altos: Enable packet master and debug in TT
authorKeith Packard <keithp@keithp.com>
Sun, 13 Nov 2011 03:18:53 +0000 (19:18 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 13 Nov 2011 03:18:53 +0000 (19:18 -0800)
The code was already getting linked in, so we might as well use it.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/product/ao_teleterra_0_2.c

index 1a268c997f0f702ad87f54512378c39fd3f8ecd8..68f0259646e478f87af0116ef6b63134ef977e62 100644 (file)
@@ -35,7 +35,9 @@ main(void)
        ao_report_init();
        ao_log_single_init();
        ao_radio_init();
+       ao_packet_master_init();
        ao_config_init();
+       ao_dbg_init();
        ao_lcd_init();
        ao_terraui_init();
        ao_button_init();