Restructure include hierarchy

This commit is contained in:
2020-02-12 21:00:35 +01:00
parent d80ce20675
commit f04a5c7930
26 changed files with 49 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
#Compiler: arm-none-eabi
#####################################################################################
#Add Files and Folders below#########################################################
CFILES = main.c syscalls.c cmsis_boot/system_stm32f4xx.c systick.c
CFILES = main.c syscalls.c setup/system_stm32f4xx.c systick.c
ASFILES = boot/startup_stm32f4xx.S
INCLUDEPATH = -Icmsis -Iinclude