diff options
| author | Keith Packard <keithp@keithp.com> | 2011-08-28 16:55:55 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-28 16:55:55 -0700 |
| commit | 122c4101164d598e655fa9ad8473053d30ff4212 (patch) | |
| tree | 415e43335b0a1ce1963a5b8029bf4312d6b1b7b6 /src/product | |
| parent | 9b9568a637ffdbc67225271005f2b996ee08a0df (diff) | |
altos: Report continuity in telebt
Report continuity values from remote altimeter
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product')
| -rw-r--r-- | src/product/Makefile.telebt | 1 | ||||
| -rw-r--r-- | src/product/ao_telebt.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/product/Makefile.telebt b/src/product/Makefile.telebt index 04dd044e..46c87db0 100644 --- a/src/product/Makefile.telebt +++ b/src/product/Makefile.telebt @@ -26,7 +26,6 @@ CORE_SRC = \ ao_monitor.c \ ao_mutex.c \ ao_panic.c \ - ao_report.c \ ao_state.c \ ao_stdio.c \ ao_task.c diff --git a/src/product/ao_telebt.c b/src/product/ao_telebt.c index 6fe18a4d..9e409db7 100644 --- a/src/product/ao_telebt.c +++ b/src/product/ao_telebt.c @@ -38,7 +38,9 @@ main(void) #endif ao_usb_init(); ao_monitor_init(AO_LED_RED, sizeof (union ao_telemetry_all)); +#if HAS_LOG ao_report_init(); +#endif ao_radio_init(); ao_packet_master_init(); ao_btm_init(); |
