From 86ac3871a2fe836501ec9cdaee3e4a9356b2fa7e Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 4 Feb 2012 12:56:37 +0100 Subject: enable armdebug compilation by default --- AT91SAM7S256/SAM7S256/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AT91SAM7S256/SAM7S256/gcc/Makefile b/AT91SAM7S256/SAM7S256/gcc/Makefile index 93334fa..e67db15 100644 --- a/AT91SAM7S256/SAM7S256/gcc/Makefile +++ b/AT91SAM7S256/SAM7S256/gcc/Makefile @@ -9,7 +9,7 @@ CUSTOM_FIRMWAREVERSION = $(GIT_VERSION) TARGET = nxt_firmware # Set to 'y' to enable embedded debuger. -ARMDEBUG = n +ARMDEBUG = y ARM_SOURCES = THUMB_SOURCES = c_button.c c_cmd.c c_comm.c c_display.c c_input.c c_ioctrl.c \ -- cgit v1.2.3