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

@@ -3,6 +3,7 @@
#include "main.h"
#include <Wire.h>
#if HAS_WIRE
KbI2cBase::KbI2cBase(const char *name) : concurrency::OSThread(name)
{
@@ -120,3 +121,5 @@ int32_t KbI2cBase::runOnce()
}
return 500;
}
#endif