From 5dec638919fba0cf93696ccb86a0d5e852196a04 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sat, 18 Jul 2015 14:28:11 +0200 Subject: [PATCH] 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. --- Makefile-ARM | 2 +- mendel.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile-ARM b/Makefile-ARM index a288a25..ddb2932 100644 --- a/Makefile-ARM +++ b/Makefile-ARM @@ -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 diff --git a/mendel.c b/mendel.c index dff3c72..fd35061 100644 --- a/mendel.c +++ b/mendel.c @@ -38,7 +38,6 @@ #include "gcode_parse.h" #include "timer.h" #include "temp.h" -#include "sermsg.h" #include "watchdog.h" #include "debug.h" #include "sersendf.h"