mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-04-05 21:15:23 +00:00
9 lines
186 B
C
9 lines
186 B
C
#ifndef EXAMPLE_WLAN_SCENARIO_H
|
|
#define EXAMPLE_WLAN_SCENARIO_H
|
|
|
|
#include <platform/platform_stdlib.h>
|
|
#include "platform_opts.h"
|
|
|
|
void example_wlan_scenario(char* id);
|
|
|
|
#endif
|