aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-04-17 12:28:59 +0300
committerAvi Levkovich <avi@twine-s.com>2019-04-17 12:28:59 +0300
commitb8489b32eb989c7aa81ec01ad558ccfb7674389c (patch)
treefc676997551d4d0dd23242340589ba026a18db16 /Software/Embedded_SW/Embedded/Common
parent8f8bae1c76df24a33d972145182335a84eb55c8d (diff)
parent028e41fc21fecee05c8db707382db586b26e6537 (diff)
downloadTango-b8489b32eb989c7aa81ec01ad558ccfb7674389c.tar.gz
Tango-b8489b32eb989c7aa81ec01ad558ccfb7674389c.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common')
-rw-r--r--Software/Embedded_SW/Embedded/Common/Utilities/Utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c b/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c
index 9cdb3c6bd..542ea659a 100644
--- a/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c
+++ b/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c
@@ -96,6 +96,8 @@ void InitWatchdog(uint32_t clock)
//
// Enable the watchdog interrupt.
//
+ MAP_SysCtlPeripheralEnable(SYSCTL_PERIPH_WDOG0);
+ ROM_WatchdogIntClear(WATCHDOG0_BASE);
ROM_IntEnable(INT_WATCHDOG);
//