From: Keith Packard Date: Sun, 20 Dec 2009 04:32:18 +0000 (-0800) Subject: Remove dbg driver code from telemetrum/teledongle X-Git-Tag: debian/0.6+85+g82fdbfe~22 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=3bab7e66d25988f5d63ec139c8814a85b983f8f3;ds=sidebyside 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 --- 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