Skip to content

Commit

Permalink
Fixed trailing whitespace in family.c
Browse files Browse the repository at this point in the history
  • Loading branch information
wjklimek1 committed Apr 1, 2024
1 parent 057278c commit 4fcfb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/bsp/stm32h5/family.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fcfb30

Please sign in to comment.