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 181b34f commit 96d9bf7Copy full SHA for 96d9bf7
src/STM32LowPower.h
@@ -43,7 +43,7 @@
43
44
// Check if PWR HAL enable in variants/board_name/stm32yzxx_hal_conf.h
45
#ifndef HAL_PWR_MODULE_ENABLED
46
-#error "PWR configuration is missing. Check flag HAL_PWR_MODULE_ENABLED in variants/board_name/stm32yzxx_hal_conf.h"
+ #error "PWR configuration is missing. Check flag HAL_PWR_MODULE_ENABLED in variants/board_name/stm32yzxx_hal_conf.h"
47
#endif
48
49
#include "STM32RTC.h"
0 commit comments