summaryrefslogtreecommitdiff
path: root/src/product
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-16 15:32:26 -0700
committerKeith Packard <keithp@keithp.com>2012-07-16 15:32:26 -0700
commit5860f75677ee20fcf35ab89a6b62f3e14a1c32f5 (patch)
treebfe09041a823c8f759c210d292a0f56335edb89e /src/product
parent3ce645a79b54e22d7835c6e390a22a5ad501a339 (diff)
altos: Enable pyro channel control in telepyro
This should make the board actually work now. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product')
-rw-r--r--src/product/ao_telepyro.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/product/ao_telepyro.c b/src/product/ao_telepyro.c
index a2b8f83c..79454fb7 100644
--- a/src/product/ao_telepyro.c
+++ b/src/product/ao_telepyro.c
@@ -31,6 +31,9 @@ main(void)
ao_spi_slave_init();
ao_usb_init();
ao_adc_init();
+ ao_storage_init();
+ ao_config_init();
+ ao_pyro_init();
ao_start_scheduler();
return 0;
}