wd for stm32
Fork of Watchdog by
Revision 7:640acb684cfa, committed 2018-08-31
- Comitter:
- dimavb
- Date:
- Fri Aug 31 17:10:10 2018 +0000
- Parent:
- 6:e0f547e22dd5
- Commit message:
- seems to work v1; ;
Changed in this revision
Watchdog.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e0f547e22dd5 -r 640acb684cfa Watchdog.h --- a/Watchdog.h Mon Mar 16 01:04:32 2015 +0000 +++ b/Watchdog.h Fri Aug 31 17:10:10 2018 +0000 @@ -79,7 +79,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 ///