summaryrefslogtreecommitdiff
path: root/src-avr/ao_telescience.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-05-21 18:41:29 -0700
committerKeith Packard <keithp@keithp.com>2011-05-21 18:41:29 -0700
commitd6f828b56b55abaebad2d47a57e40783c042602d (patch)
tree007d30325c9838eb8baf2e49ba6b399395e95f9b /src-avr/ao_telescience.c
parentee9e52cdf8697c2512d8aa6d8ab042cf8d5f7191 (diff)
src-avr: Log ADC data to eeprom
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/ao_telescience.c')
-rw-r--r--src-avr/ao_telescience.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src-avr/ao_telescience.c b/src-avr/ao_telescience.c
index 5b047c16..f0f88c51 100644
--- a/src-avr/ao_telescience.c
+++ b/src-avr/ao_telescience.c
@@ -32,8 +32,7 @@ main(void)
ao_storage_init();
ao_usb_init();
ao_adc_init();
-
- /* Turn on the LED until the system is stable */
+ ao_log_init();
ao_start_scheduler();
return 0;
}