mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-03-23 11:04:48 +00:00
9 lines
160 B
C
9 lines
160 B
C
#ifndef EXAMPLE_EAP_H
|
|
#define EXAMPLE_EAP_H
|
|
|
|
#include <platform/platform_stdlib.h>
|
|
#include "platform_opts.h"
|
|
|
|
void example_eap(char *method);
|
|
|
|
#endif
|