fix mismatch between Exclude FSM include names (#7107)
This commit is contained in:
co-authored by
GitHub
parent
247e05bb10
commit
0808f5215f
+1
-1
@@ -26,7 +26,7 @@
|
||||
#ifndef SLEEP_TIME
|
||||
#define SLEEP_TIME 30
|
||||
#endif
|
||||
#if EXCLUDE_POWER_FSM
|
||||
#if MESHTASTIC_EXCLUDE_POWER_FSM
|
||||
FakeFsm powerFSM;
|
||||
void PowerFSM_setup(){};
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user