run auto-formatter

This commit is contained in:
2022-05-22 15:30:38 +02:00
parent 9b986c1400
commit ba13f6e022
45 changed files with 2527 additions and 2726 deletions

View File

@ -1,9 +1,9 @@
target_sources(${TARGET_NAME} PRIVATE
freertos.c
hardware_init.cpp
stm32h7xx_hal_timebase_tim.c
stm32h7xx_nucleo.c
lan8742.c
stm32h7xx_it.c
syscalls.c
)
target_sources(
${TARGET_NAME}
PRIVATE freertos.c
hardware_init.cpp
stm32h7xx_hal_timebase_tim.c
stm32h7xx_nucleo.c
lan8742.c
stm32h7xx_it.c
syscalls.c)