Move clock sync logic to separate files

This commit is contained in:
jazzpi
2022-08-01 08:17:43 +02:00
parent 372d07af84
commit bd9d86b168
5 changed files with 37 additions and 4 deletions

View File

@ -38,6 +38,7 @@ BUILD_DIR = build
C_SOURCES = \
Core/Src/AIR_State_Maschine.c \
Core/Src/CAN_Communication.c \
Core/Src/Clock_Sync.c \
Core/Src/Error_Check.c \
Core/Src/SPI_Slave_Communication.c \
Core/Src/Slave_Monitoring.c \