Disable I2C EEPROM logging

This commit is contained in:
RichardG867
2020-12-11 18:27:15 -03:00
parent 8c29322c39
commit 841c4b3651

View File

@@ -33,7 +33,7 @@ typedef struct {
uint8_t addr_len, addr_pos;
} i2c_eeprom_t;
#define ENABLE_I2C_EEPROM_LOG 1
#ifdef ENABLE_I2C_EEPROM_LOG
int i2c_eeprom_do_log = ENABLE_I2C_EEPROM_LOG;