summaryrefslogtreecommitdiff
path: root/src-avr/ao_telescience.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-05-19 23:56:59 -0700
committerKeith Packard <keithp@keithp.com>2011-05-19 23:56:59 -0700
commit92fcfc2e8e5a9cb789c8d4be36d38c1a73ddd413 (patch)
treee6d053eb8db25e6302c05f64dc47e90474c4bb96 /src-avr/ao_telescience.c
parent8fcd9ccf458abf4f85729a48ae789f38cdc1b9ca (diff)
src-avr: Add SPI modules to telescience
And it works too! Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/ao_telescience.c')
-rw-r--r--src-avr/ao_telescience.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-avr/ao_telescience.c b/src-avr/ao_telescience.c
index 4bbe14cc..26e50ab3 100644
--- a/src-avr/ao_telescience.c
+++ b/src-avr/ao_telescience.c
@@ -28,8 +28,8 @@ main(void)
ao_stdio_init();
ao_timer_init();
ao_cmd_init();
-// ao_spi_init();
-// ao_storage_init();
+ ao_spi_init();
+ ao_storage_init();
ao_usb_init();
/* Turn on the LED until the system is stable */