Disable I2C EEPROM logging

This commit is contained in:
RichardG867
2020-12-02 18:24:07 -03:00
parent b895b096fb
commit 89d5a0f911

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;