fix portduino

This commit is contained in:
Thomas Göttgens
2022-11-13 11:58:02 +01:00
parent b6de79b21a
commit 037d6c253b
4 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#include "cardKbI2cImpl.h"
#include "InputBroker.h"
#if HAS_WIRE
CardKbI2cImpl *cardKbI2cImpl;
CardKbI2cImpl::CardKbI2cImpl() :
@@ -18,3 +20,5 @@ void CardKbI2cImpl::init()
inputBroker->registerSource(this);
}
#endif