Tomonori Kuroki / MuWatchdog

Fork of Watchdog by David Smart

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)