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

@@ -221,5 +221,5 @@ void scanI2Cdevice(TwoWire myWire, uint8_t busnum)
DEBUG_MSG("%i I2C devices found\n",nDevices);
}
#else
void scanI2Cdevice(TwoWire myWire, uint8_t busnum) {}
void scanI2Cdevice() {}
#endif