diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | demo.c | 3 |
2 files changed, 0 insertions, 5 deletions
@@ -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 @@ -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); |