fix for MESHTASTIC_EXCLUDE_INPUTBROKER

This commit is contained in:
mverch67
2024-06-17 20:17:56 +02:00
parent 5d2f7d1962
commit 9d8a5221a9
6 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#include "InputBroker.h"
#include "PowerFSM.h" // needed for event trigger
InputBroker *inputBroker;
InputBroker *inputBroker = nullptr;
InputBroker::InputBroker(){};