Fixed a typo which was preventing the cc253x watchdog from starting

This commit is contained in:
George Oikonomou 2012-04-27 12:10:37 +01:00
parent ec1d598148
commit 274a5ebb9c
1 changed files with 1 additions and 1 deletions

View File

@ -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