From af52c017d85e5ca70f57cf277bead70bcfa984e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 4 Oct 2017 13:02:40 +0200 Subject: [PATCH] No need to assign a value to I2C_WATCHDOG. Just define it. --- right/src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/config.h b/right/src/config.h index b77566f..a9d4bcc 100644 --- a/right/src/config.h +++ b/right/src/config.h @@ -3,7 +3,7 @@ // Macros: - #define I2C_WATCHDOG 1 + #define I2C_WATCHDOG // #define LED_DRIVER_STRESS_TEST #define FIXED_BUSPAL_BOOTLOADER 1 // Used to mark the fixed BusPal bootloader. Macro usage can be removed in the future. // #define FORCE_BUSPAL 1