Fixes initialization bug regarding port extenders
This commit is contained in:
@@ -54,7 +54,6 @@ void PinController::initialize_port_expander(const uint8_t i2c_address, const ui
|
||||
char hex_string[4];
|
||||
sprintf(hex_string, "%X", i2c_address);
|
||||
CLOG(INFO, OUTPUT_LOGGER) << "MCP23017 initialized with i2c-address 0x" << hex_string << " and pin-base " << int(pin_base);
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user