Fixes initialization bug regarding port extenders

This commit is contained in:
Johannes Wendel
2019-12-20 16:23:37 +01:00
parent a3e69de0fb
commit a92b99dcdd
5 changed files with 14 additions and 13 deletions

View File

@@ -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);
;
}