summaryrefslogtreecommitdiff
path: root/src-avr/ao_demo.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-05-13 01:33:49 -0700
committerKeith Packard <keithp@keithp.com>2011-05-13 01:33:49 -0700
commitc5c6fac96e348578a3436a07d75effd4abbc19f2 (patch)
treeb5e7c0928c92e4b06499b190808dc23d90b1a008 /src-avr/ao_demo.c
parent30a3e1570d74be9efa0a1a09d6fc9ec979627f99 (diff)
altos-avr: Enable command processor over serial line in demo
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/ao_demo.c')
-rw-r--r--src-avr/ao_demo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src-avr/ao_demo.c b/src-avr/ao_demo.c
index 3f25be50..a9632080 100644
--- a/src-avr/ao_demo.c
+++ b/src-avr/ao_demo.c
@@ -40,8 +40,9 @@ main(void)
// ao_debug_init();
ao_led_init(LEDS_AVAILABLE);
ao_timer_init();
+ ao_cmd_init();
- ao_add_task(&demo_task, ao_demo, "demo");
+// ao_add_task(&demo_task, ao_demo, "demo");
/* Turn on the LED until the system is stable */
ao_start_scheduler();
return 0;