解決了好多警告。。。。

This commit is contained in:
zogodo
2019-09-25 00:29:59 +08:00
parent 3cf3abf373
commit 21a07a4d97
10 changed files with 42 additions and 42 deletions

View File

@@ -23,7 +23,7 @@ extern char wifi_status;
extern void wifi_init(void);
extern void ap_init(void);
extern void wifi_start_easylink(void);
extern void wifi_connect(char* wifi_ssid, char* wifi_key);
#endif