mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
change type to 8 bit uint
This commit is contained in:
@@ -16,7 +16,7 @@ class ScanI2CTwoWire : public ScanI2C
|
||||
public:
|
||||
void scanPort(ScanI2C::I2CPort) override;
|
||||
|
||||
void scanPort(ScanI2C::I2CPort, int *) override;
|
||||
void scanPort(ScanI2C::I2CPort, uint8_t *) override;
|
||||
|
||||
ScanI2C::FoundDevice find(ScanI2C::DeviceType) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user