From fb0eb15f2b81f30441cfc745f3a0f96d57c390b6 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 30 Nov 2020 20:16:21 -0300 Subject: [PATCH] Disable LM75 logging --- src/device/hwm_lm75.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/hwm_lm75.c b/src/device/hwm_lm75.c index 19aefe314..086ae2bc1 100644 --- a/src/device/hwm_lm75.c +++ b/src/device/hwm_lm75.c @@ -35,7 +35,7 @@ static uint8_t lm75_i2c_read(void *bus, uint8_t addr, void *priv); static uint8_t lm75_i2c_write(void *bus, uint8_t addr, uint8_t data, void *priv); static void lm75_reset(lm75_t *dev); -#define ENABLE_LM75_LOG 1 + #ifdef ENABLE_LM75_LOG int lm75_do_log = ENABLE_LM75_LOG;