We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c734138 commit 3c2088aCopy full SHA for 3c2088a
targets/TARGET_STM/watchdog_api.c
@@ -137,9 +137,9 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
137
features.clock_max_frequency = 47000;
138
#elif defined(STM32F0) || defined(STM32F3)
139
features.clock_max_frequency = 50000;
140
-#elif defined(STM32H7) || defined(STM32L4) || defined(STM32WB) || defined(STM32WL)
+#elif defined(STM32H7) || defined(STM32L4)
141
features.clock_max_frequency = 33600;
142
-#elif defined(STM32G0) || defined(STM32L5) || defined(STM32G4)
+#elif defined(STM32G0) || defined(STM32L5) || defined(STM32G4) || defined(STM32WB) || defined(STM32WL)
143
features.clock_max_frequency = 34000;
144
#else
145
#error "unsupported target"
0 commit comments