Skip to content

Commit 96d9bf7

Browse files
committed
Unified library source formatting
Apply Astyle Ensure all files have the same format (Unix) Signed-off-by: Frederic Pillon <[email protected]>
1 parent 181b34f commit 96d9bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/STM32LowPower.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
// Check if PWR HAL enable in variants/board_name/stm32yzxx_hal_conf.h
4545
#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"
46+
#error "PWR configuration is missing. Check flag HAL_PWR_MODULE_ENABLED in variants/board_name/stm32yzxx_hal_conf.h"
4747
#endif
4848

4949
#include "STM32RTC.h"

0 commit comments

Comments
 (0)