Refactor split main.c

This commit is contained in:
Guriy
2026-07-03 18:05:11 +03:00
parent 90abf51075
commit 81106742dd
14 changed files with 1117 additions and 987 deletions

View File

@ -73,6 +73,11 @@ Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_tim.c \
Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c \
Src/system_stm32f7xx.c \
Src/File_Handling.c \
Src/storage.c \
Src/protocol.c \
Src/temp_control.c \
Src/laser_hw.c \
Src/modulation.c \
Middlewares/Third_Party/FatFs/src/diskio.c \
Middlewares/Third_Party/FatFs/src/ff.c \
Middlewares/Third_Party/FatFs/src/ff_gen_drv.c \