fix pico build

This commit is contained in:
Thomas Göttgens 2022-11-13 15:35:18 +01:00
parent 401b92bdbb
commit 263a421c4a

View File

@ -224,5 +224,5 @@ void scanI2Cdevice()
DEBUG_MSG("%i I2C devices found\n",nDevices);
}
#else
void scanI2Cdevice(bool partial) {}
void scanI2Cdevice() {}
#endif