summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-27 20:18:05 -0800
committerPixel <pixel@nobis-crew.org>2011-01-27 20:18:05 -0800
commitd15180e03ed30deb56e929d5007a4977cc7a9bd5 (patch)
tree62d058e00028a0d3bf548432e46d18c8d3b4608d
parent608f796648e8de74f9aac3e60db3f7d87e69e9f4 (diff)
Removing that temporary test...
-rw-r--r--Makefile2
-rw-r--r--demo.c3
2 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index dc19372..370bd08 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,6 @@ TARGET = demo.bin
LIBDEPS = FreeRTOS/libFreeRTOS.a arch/libarch.a os/libos.a
LIBS = -Wl,--start-group -lc $(LIBDEPS) -Wl,--end-group
-TARGET_SRCS = extern.c
-
export ROOTDIR = $(CURDIR)
include common.mk
diff --git a/demo.c b/demo.c
index 305aeb9..41eaacb 100644
--- a/demo.c
+++ b/demo.c
@@ -51,10 +51,7 @@ static void badTask(void *x) {
*p = 42;
}
-extern char blah[32];
-
int main() {
- BoardConsolePuts(blah);
setupLEDs();
litLED(1, 0);
litLED(2, 0);