summaryrefslogtreecommitdiff
path: root/avr/Tupfile
diff options
context:
space:
mode:
authorLeo C2014-08-16 14:46:12 +0200
committerLeo C2014-08-16 14:46:12 +0200
commit92b46605a20b89d566a81811b9da7a0097b0d950 (patch)
treecd666e5faeaf194910010f732a5733cef21e6d2b /avr/Tupfile
parent323398b1e863d2a23251d44d3bba260675139499 (diff)
downloadz180-stamp-92b46605a20b89d566a81811b9da7a0097b0d950.zip
Debugging code moved to debug.c
Diffstat (limited to 'avr/Tupfile')
-rw-r--r--avr/Tupfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/avr/Tupfile b/avr/Tupfile
index b7da73b..199b86c 100644
--- a/avr/Tupfile
+++ b/avr/Tupfile
@@ -35,6 +35,7 @@ GDB = $(TOOLCHAIN)-gdb
###############################################################################
ifdef DEBUG
+SRC += debug.c
DEFS += -DDEBUG=2
endif