diff options
| author | Keith Packard <keithp@keithp.com> | 2011-11-12 19:18:53 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-11-12 19:18:53 -0800 | 
| commit | 02b4e52a5349217df43105eaa1fff6bfc7dac4cc (patch) | |
| tree | a0bda5c28d0e8c004d5b64c0f6d74fa1df1e4a89 | |
| parent | e7044fd95472449e2fb860cef902fa458b91ccac (diff) | |
altos: Enable packet master and debug in TT
The code was already getting linked in, so we might as well use it.
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | src/product/ao_teleterra_0_2.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/product/ao_teleterra_0_2.c b/src/product/ao_teleterra_0_2.c index 1a268c99..68f02596 100644 --- a/src/product/ao_teleterra_0_2.c +++ b/src/product/ao_teleterra_0_2.c @@ -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(); | 
