add header guards
This commit is contained in:
parent
5365ebf8ec
commit
d5d0a1e63b
@ -1,3 +1,8 @@
|
|||||||
|
#ifndef _WMANAGER_H
|
||||||
|
#define _WMANAGER_H
|
||||||
|
|
||||||
void init_WifiManager();
|
void init_WifiManager();
|
||||||
void wifiManagerProcess();
|
void wifiManagerProcess();
|
||||||
void reset_configurations();
|
void reset_configurations();
|
||||||
|
|
||||||
|
#endif // _WMANAGER_H
|
||||||
|
Loading…
Reference in New Issue
Block a user