From 97064ba01f1ae62e94d621444e2f3e9ab19e9def Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 30 Oct 2020 20:43:08 -0300 Subject: [PATCH] Disable LM78 logging --- src/device/hwm_lm78.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/hwm_lm78.c b/src/device/hwm_lm78.c index 36a669533..fb71406a9 100644 --- a/src/device/hwm_lm78.c +++ b/src/device/hwm_lm78.c @@ -71,7 +71,7 @@ static void lm78_smbus_write_word_cmd(uint8_t addr, uint8_t cmd, uint16_t val, v static uint8_t lm78_write(lm78_t *dev, uint8_t reg, uint8_t val, uint8_t bank); static void lm78_reset(lm78_t *dev, uint8_t initialization); -#define ENABLE_LM78_LOG 1 + #ifdef ENABLE_LM78_LOG int lm78_do_log = ENABLE_LM78_LOG;