mirror of
https://github.com/sengeiou/realtek_ameba_mp_sdk.git
synced 2025-01-10 06:05:17 +00:00
10 lines
151 B
C
10 lines
151 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
|