diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/station.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/station.h b/include/station.h new file mode 100644 index 0000000..70d1b14 --- /dev/null +++ b/include/station.h @@ -0,0 +1,7 @@ +#pragma once +#ifndef STATION_H_ +#define STATION_H_ + +void wifi_init_station(); + +#endif /* STATION_H_ */ |