Rename m4_startup.* to more appropriate core_control.*

Now that there is M0- and M4-related code.
This commit is contained in:
Jared Boone
2016-02-16 11:09:00 -08:00
parent 7fbe57931e
commit 7ec476cb79
5 changed files with 7 additions and 7 deletions

View File

@@ -187,7 +187,7 @@ CPPSRC = main.cpp \
../common/chibios_cpp.cpp \
../common/debug.cpp \
../common/gcc.cpp \
m4_startup.cpp \
core_control.cpp \
cpld_max5.cpp \
jtag.cpp \
cpld_update.cpp \