mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
081d96e055
commit
630c67a482
2 changed files with 9 additions and 11 deletions
|
@ -103,13 +103,13 @@ typedef int WiFiEventInfo_t;
|
|||
|
||||
// Mock WiFi functions
|
||||
inline void onWifiConnect(WiFiEvent_t event, WiFiEventInfo_t info) {
|
||||
(void)event;
|
||||
(void)info;
|
||||
(void)event;
|
||||
(void)info;
|
||||
}
|
||||
|
||||
inline void onWifiDisconnect(WiFiEvent_t event, WiFiEventInfo_t info) {
|
||||
(void)event;
|
||||
(void)info;
|
||||
(void)event;
|
||||
(void)info;
|
||||
}
|
||||
|
||||
unsigned long micros();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue