diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-02 22:01:52 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-02 22:01:52 -0700 |
commit | e2e449d5c23356e913f312de1fb2611a9dd5a352 (patch) | |
tree | 245c41e34cd44a0f6c5130919485c6a28c89583c /src/ao_teleterra.c | |
parent | acea083d80e1ecc4287083519ea666964016b257 (diff) |
Remove bit-banging debug support from TM board builds
Our current TM boards don't have the wires to do bit-banging to
another cc1111 board, so it doesn't make sense to fill up their flash
with useless code (and the 'help' text with useless commands). Leave
this to the TI board until we have boards that can serve as debug dongles.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_teleterra.c')
-rw-r--r-- | src/ao_teleterra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ao_teleterra.c b/src/ao_teleterra.c index 6464ccc0..deb63597 100644 --- a/src/ao_teleterra.c +++ b/src/ao_teleterra.c @@ -34,7 +34,6 @@ main(void) ao_gps_init(); ao_monitor_init(AO_LED_GREEN, TRUE); ao_radio_init(); - ao_dbg_init(); ao_config_init(); ao_start_scheduler(); } |