mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 17:42:48 +00:00
remove duplicate HAS_LP5562 introduced by #6422
This commit is contained in:
parent
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
|
||||||
|
Loading…
Reference in New Issue
Block a user