summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Klimek <[email protected]>2024-04-01 15:20:57 +0200
committerWojciech Klimek <[email protected]>2024-04-01 15:20:57 +0200
commit4fcfb30f8130f50053f58b523327089d0132d4b3 (patch)
tree32e2aaaea0f39f3d0bd0041d712869ea1dfe9407
parent057278c0c6c159880e11f9b16de5735d8fc821ce (diff)
Fixed trailing whitespace in family.c
-rw-r--r--hw/bsp/stm32h5/family.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32h5/family.c b/hw/bsp/stm32h5/family.c
index e4a9666b7..4eb846933 100644
--- a/hw/bsp/stm32h5/family.c
+++ b/hw/bsp/stm32h5/family.c
@@ -68,7 +68,7 @@ void board_init(void) {
__HAL_RCC_GPIOC_CLK_ENABLE();
__HAL_RCC_GPIOD_CLK_ENABLE();
__HAL_RCC_GPIOH_CLK_ENABLE();
-
+
#ifdef __HAL_RCC_GPIOE_CLK_ENABLE
__HAL_RCC_GPIOE_CLK_ENABLE();
#endif