Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Watchdog by
Diff: Watchdog.cpp
- Revision:
- 24:bb99754d8098
- Parent:
- 23:09d59b812661
- Child:
- 25:4eecd15f0c38
diff -r 09d59b812661 -r bb99754d8098 Watchdog.cpp
--- a/Watchdog.cpp Fri Apr 13 18:16:53 2018 +0000
+++ b/Watchdog.cpp Tue May 08 20:14:58 2018 +0000
@@ -212,9 +212,10 @@
return (v & 0x00ff) + ((v >> 8) & 0x00ff);
}
-#if defined(TARGET_STM32F0) || defined(TARGET_STM32F1) || defined(TARGET_STM32L0)
+#if defined(TARGET_STM32F0) || defined(TARGET_STM32F1) || defined(TARGET_STM32F3)
#define WDT_CLOCK 40000U // 40 kHz
#else
+// TARGET_STM32L0/STM32L1/STM32L4/STM32F4/STM32F7
#define WDT_CLOCK 32768U // 32.768 kHz
#endif
