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:
- 21:dc589c475a04
- Parent:
- 19:3b172e42d8ee
- Child:
- 22:3c7ea2ad3a85
diff -r 675c7f108707 -r dc589c475a04 Watchdog.cpp
--- a/Watchdog.cpp Tue Mar 20 08:09:36 2018 +0000
+++ b/Watchdog.cpp Wed Mar 21 16:21:40 2018 +0000
@@ -188,7 +188,7 @@
return (v & 0x00ff) + ((v >> 8) & 0x00ff);
}
-#if defined(TARGET_STM32F0)
+#if defined(TARGET_STM32F0) || defined(TARGET_STM32L0)
#define WDT_CLOCK 40000U // 40 kHz
#else
#define WDT_CLOCK 32768U // 32.768 kHz
