From 92b46605a20b89d566a81811b9da7a0097b0d950 Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 16 Aug 2014 14:46:12 +0200 Subject: Debugging code moved to debug.c --- avr/Tupfile | 1 + 1 file changed, 1 insertion(+) (limited to 'avr/Tupfile') 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 -- cgit v1.2.3