From 274a5ebb9c64c12f4a46926efc4c8b67e89c90fe Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 27 Apr 2012 12:10:37 +0100 Subject: [PATCH] Fixed a typo which was preventing the cc253x watchdog from starting --- cpu/cc253x/sfr-bits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cc253x/sfr-bits.h b/cpu/cc253x/sfr-bits.h index a3a48be95..efec53958 100644 --- a/cpu/cc253x/sfr-bits.h +++ b/cpu/cc253x/sfr-bits.h @@ -93,7 +93,7 @@ #define WDCTL_CLR2 0x40 #define WDCTL_CLR1 0x20 #define WDCTL_CLR0 0x10 -#define WDCTL_MODE1 0x04 +#define WDCTL_MODE1 0x08 #define WDCTL_MODE0 0x04 #define WDCTL_INT1 0x02 #define WDCTL_INT0 0x01