mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 05:13:31 +02:00
Enable a bunch of clang-tidy checks (#2149)
This commit is contained in:
@@ -35,7 +35,6 @@ void MCP23S08::dump_config() {
|
||||
}
|
||||
|
||||
bool MCP23S08::read_reg(uint8_t reg, uint8_t *value) {
|
||||
uint8_t data;
|
||||
this->enable();
|
||||
this->transfer_byte(this->device_opcode_ | 1);
|
||||
this->transfer_byte(reg);
|
||||
|
||||
Reference in New Issue
Block a user