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