7 lines
85 B
C
7 lines
85 B
C
|
#ifndef __WIFI_STATION_H
|
||
|
#define __WIFI_STATION_H
|
||
|
|
||
|
void wifi_init_sta(void);
|
||
|
|
||
|
|
||
|
#endif
|