Watchdog timer for stm32f10x

Dependents:   F103-Web-Server

Fork of Watchdog by David Smart

Revision:
5:38379e44fae3
Parent:
4:22c5c4aa4661
--- a/Watchdog.h	Sat Oct 11 17:28:07 2014 +0000
+++ b/Watchdog.h	Sat Nov 15 11:44:16 2014 +0000
@@ -73,7 +73,7 @@
     /// @param[in] timeout in seconds, as a floating point number
     /// @returns none
     ///
-    void Configure(float timeout);
+    void Configure(int pr);
     
     /// Service the Watchdog so it does not cause a system reset
     ///