Tomonori Kuroki / MuWatchdog

Fork of Watchdog by David Smart

Revision:
9:90619245fb0a
Parent:
8:ea82a76ca81f
Child:
10:673dff2b0ee6
diff -r ea82a76ca81f -r 90619245fb0a Watchdog.cpp
--- a/Watchdog.cpp	Tue Sep 13 17:25:16 2016 +0000
+++ b/Watchdog.cpp	Tue Sep 13 18:21:01 2016 +0000
@@ -85,7 +85,9 @@
 bool Watchdog::WatchdogCausedReset() {
     return wdreset;
 }
+
 #elif defined(TARGET_STM)
+
 Watchdog::Watchdog()
 {
     wdreset = (RCC->CSR & (1<<29)) ? true : false;  // read the IWDGRSTF (Independent WD, not the windows WD)