Tomonori Kuroki / MuWatchdog

Fork of Watchdog by David Smart

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)