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 29dd099 commit 1335d1bCopy full SHA for 1335d1b
libraries/IWatchdog/src/IWatchdog.cpp
@@ -180,7 +180,7 @@ bool IWatchdogClass::isReset(bool clear)
180
{
181
#if defined(IWDG1)
182
bool status = LL_RCC_IsActiveFlag_IWDG1RST();
183
-#elif defined(STM32WB0x)
+#elif defined(STM32WB0x) || defined(STM32WL3x)
184
bool status = LL_RCC_IsActiveFlag_WDGRST();
185
#else
186
bool status = LL_RCC_IsActiveFlag_IWDGRST();
0 commit comments