More HWM fixes.

This commit is contained in:
OBattler
2021-07-04 21:03:28 +02:00
parent 29c8e36e6e
commit 8e14514660
4 changed files with 16 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ typedef struct {
uint8_t regs[8];
uint8_t addr_register;
uint8_t i2c_addr: 7, i2c_state: 2;
uint8_t i2c_enabled;
uint8_t i2c_enabled: 1;
} lm75_t;