summaryrefslogtreecommitdiff
path: root/ao_main.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-14 14:21:56 -0700
committerKeith Packard <keithp@keithp.com>2009-04-14 14:21:56 -0700
commitac99982b10fd5772218660137ee21db9b90cd885 (patch)
treeba63d3de2d647a7d159a2f3fe1cc7676125c0702 /ao_main.c
parentfbd8f4aff5058f4d371596b04715b7cb6d38e729 (diff)
Add eeprom driver and command loop
This involved adding dma control and a mutex implementation. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_main.c')
-rw-r--r--ao_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao_main.c b/ao_main.c
index 2cf6c80d..85fb04f3 100644
--- a/ao_main.c
+++ b/ao_main.c
@@ -29,6 +29,7 @@ main(void)
ao_beep_init();
ao_led_init();
ao_usb_init();
+ ao_ee_init();
ao_cmd_init();
ao_start_scheduler();
}