mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-02 08:00:38 +00:00
Add LOG_POWERFSM and LOG_INPUT debug macros (#8791)
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
#include "Observer.h"
|
||||
#include "freertosinc.h"
|
||||
|
||||
#ifdef InputBrokerDebug
|
||||
#define LOG_INPUT(...) LOG_DEBUG(__VA_ARGS__)
|
||||
#else
|
||||
#define LOG_INPUT(...)
|
||||
#endif
|
||||
|
||||
enum input_broker_event {
|
||||
INPUT_BROKER_NONE = 0,
|
||||
INPUT_BROKER_SELECT = 10,
|
||||
|
||||
Reference in New Issue
Block a user