From 3bab7e66d25988f5d63ec139c8814a85b983f8f3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 19 Dec 2009 20:32:18 -0800 Subject: [PATCH] Remove dbg driver code from telemetrum/teledongle The only board with debug outputs is the TI dongle at this point, so the debug modules were disabled in TM and TD some time ago. Unfortunately, the code was not removed then. Signed-off-by: Keith Packard --- src/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 8074d42d..39599753 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,7 +43,6 @@ ALTOS_DRIVER_SRC = \ ao_usb.c TELE_COMMON_SRC = \ - ao_dbg.c \ ao_packet.c \ ao_packet_slave.c \ ao_state.c -- 2.30.2