diff options
author | Keith Packard <keithp@keithp.com> | 2009-12-19 20:32:18 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-12-19 20:32:18 -0800 |
commit | 3bab7e66d25988f5d63ec139c8814a85b983f8f3 (patch) | |
tree | ebf5d1a77750969c1892bdbee637032e9bf347e4 /src | |
parent | eddb82390a0ecb07ef83c04861993842906b03ab (diff) |
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 <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |