mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +00:00
fix portduino
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user