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.
Fork of Watchdog by
Diff: Watchdog.cpp
- Revision:
- 8:ea82a76ca81f
- Parent:
- 7:3814d72b8166
- Child:
- 9:90619245fb0a
--- a/Watchdog.cpp Tue Sep 13 17:01:18 2016 +0000
+++ b/Watchdog.cpp Tue Sep 13 17:25:16 2016 +0000
@@ -112,8 +112,8 @@
return (v == 0) ? 0 : MSB16bit(v - 1) + 1;
}
-//#define WDT_CLOCK 32768 // 32.768 kHz
-#define WDT_CLOCK 40000 // 40 kHz
+#define WDT_CLOCK 32768 // 32.768 kHz
+//#define WDT_CLOCK 40000 // 40 kHz
/// Load timeout value in watchdog timer and enable
void Watchdog::Configure(float s)
