a

Fork of Watchdog by Bernard Remond

Revision:
7:098b53d90b3d
Parent:
4:22c5c4aa4661
--- a/Watchdog.h	Mon Mar 02 21:36:00 2015 +0000
+++ b/Watchdog.h	Tue Sep 26 20:47:06 2017 +0000
@@ -94,6 +94,7 @@
     ///
     /// @returns true if the Watchdog was the cause of the reset
     bool WatchdogCausedReset();
+    bool dsable();
 private:
     bool wdreset;
 };