ARM: get sermsg.c/.h in.
Compiled flawlessly, ran all test flawlessly, and at the end it turned out mendel.c had an obsolete #include. Very nice.
This commit is contained in:
parent
829e4d475b
commit
5dec638919
|
|
@ -97,7 +97,7 @@ TARGET = $(PROGRAM).hex
|
|||
#SOURCES = $(wildcard *.c)
|
||||
# Until the generic ARM port is completed, we'd have to wrap all sources
|
||||
# in #ifdef __AVR__. To avoid this, build only a selection for now:
|
||||
SOURCES = mendel.c cpu.c serial.c
|
||||
SOURCES = mendel.c cpu.c serial.c sermsg.c
|
||||
SOURCES += mbed-pinmap.c
|
||||
ifeq ($(MCU), lpc1114)
|
||||
SOURCES += mbed-system_LPC11xx.c
|
||||
|
|
|
|||
Loading…
Reference in New Issue