Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
Diff: main.cpp
- Revision:
- 32:e70407021ad2
- Parent:
- 31:7eaa5e881b56
- Child:
- 33:6bc82b6b62e5
diff -r 7eaa5e881b56 -r e70407021ad2 main.cpp
--- 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
