System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Revision:
32:e70407021ad2
Parent:
31:7eaa5e881b56
Child:
33:6bc82b6b62e5
--- a/main.cpp	Fri Nov 14 06:05:59 2014 +0000
+++ b/main.cpp	Sun Nov 16 02:43:58 2014 +0000
@@ -4,7 +4,7 @@
 #include "serviceCAN.h"
 
 int main() {
-    wdt.kick(0.25);                     // Kick the watchdog timer, set the timeout to 110ms
+    wdt.kick(0.11);                     // Kick the watchdog timer, set the timeout to 110ms
     pc.baud(921600);
     pc.printf("\r\n\r\nSys Mgmt Reset\r\n");
     can.mode(FIFO);                     // Use FIFO mode