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
@@ -88,7 +88,7 @@ class ScanI2C
ScanI2C();
virtual void scanPort(ScanI2C::I2CPort);
virtual void scanPort(ScanI2C::I2CPort, int *);
virtual void scanPort(ScanI2C::I2CPort, uint8_t *);
/*
* A bit of a hack, this tells the scanner not to tell later systems there is a screen to avoid enabling it.