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:
- 12:c1640aef1db5
- Parent:
- 11:a1611543c454
- Child:
- 13:7987b6c88225
diff -r a1611543c454 -r c1640aef1db5 Watchdog.cpp
--- a/Watchdog.cpp Wed Sep 14 14:25:34 2016 +0000
+++ b/Watchdog.cpp Thu Sep 15 16:12:19 2016 +0000
@@ -86,6 +86,7 @@
return wdreset;
}
#elif defined(TARGET_STM)
+
Watchdog::Watchdog()
{
wdreset = (RCC->CSR & (1<<29)) ? true : false; // read the IWDGRSTF (Independent WD, not the windows WD)
