change type to 8 bit uint

This commit is contained in:
Thomas Göttgens
2024-06-16 11:59:21 +02:00
parent 2eb3cfd5e0
commit ba14ffb8d3
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const ScanI2C::FoundDevice ScanI2C::DEVICE_NONE = ScanI2C::FoundDevice(ScanI2C::
ScanI2C::ScanI2C() = default;
void ScanI2C::scanPort(ScanI2C::I2CPort port) {}
void ScanI2C::scanPort(ScanI2C::I2CPort port, int *address) {}
void ScanI2C::scanPort(ScanI2C::I2CPort port, uint8_t *address) {}
void ScanI2C::setSuppressScreen()
{