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(){};

View File

@@ -1,5 +1,6 @@
#include "cardKbI2cImpl.h"
#include "InputBroker.h"
#include "main.h"
CardKbI2cImpl *cardKbI2cImpl;

View File

@@ -1,6 +1,5 @@
#pragma once
#include "kbI2cBase.h"
#include "main.h"
/**
* @brief The idea behind this class to have static methods for the event handlers.