kopia lustrzana https://github.com/meshtastic/firmware
remove duplicate HAS_LP5562 introduced by #6422
rodzic
4dfba50304
commit
d72e908046
|
@ -227,9 +227,6 @@ void ScanI2CTwoWire::scanPort(I2CPort port, uint8_t *address, uint8_t asize)
|
||||||
type = PMU_AXP192_AXP2101;
|
type = PMU_AXP192_AXP2101;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#ifdef HAS_LP5562
|
|
||||||
SCAN_SIMPLE_CASE(LP5562_ADDR, LP5562, "LP5562", (uint8_t)addr.address);
|
|
||||||
#endif
|
|
||||||
case BME_ADDR:
|
case BME_ADDR:
|
||||||
case BME_ADDR_ALTERNATE:
|
case BME_ADDR_ALTERNATE:
|
||||||
registerValue = getRegisterValue(ScanI2CTwoWire::RegisterLocation(addr, 0xD0), 1); // GET_ID
|
registerValue = getRegisterValue(ScanI2CTwoWire::RegisterLocation(addr, 0xD0), 1); // GET_ID
|
||||||
|
|
Ładowanie…
Reference in New Issue