mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 22:20:37 +00:00
fix building for other platforms
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "kbMatrixImpl.h"
|
||||
#include "InputBroker.h"
|
||||
|
||||
#ifdef INPUTBROKER_MATRIX_TYPE
|
||||
|
||||
KbMatrixImpl *kbMatrixImpl;
|
||||
|
||||
KbMatrixImpl::KbMatrixImpl() : KbMatrixBase("matrixKB") {}
|
||||
@@ -13,4 +15,6 @@ void KbMatrixImpl::init()
|
||||
}
|
||||
|
||||
inputBroker->registerSource(this);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // INPUTBROKER_MATRIX_TYPE
|
||||
Reference in New Issue
Block a user