diff options
author | Bdale Garbee <bdale@gag.com> | 2011-01-17 09:50:17 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-01-17 09:50:17 -0700 |
commit | da42f406e88ccc821cd45d5a94d5afec65ec50e9 (patch) | |
tree | 53482327b8f5d49d052c42943510b4524b6a9d21 /src/ao_test.c | |
parent | ea4cdfb87e03ecfb974f98305671265b6fb95372 (diff) | |
parent | cf550f9b96fa94d8db559e01df0e265bb1c7b572 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/ao_test.c')
-rw-r--r-- | src/ao_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_test.c b/src/ao_test.c index b9f7d338..14c2eb75 100644 --- a/src/ao_test.c +++ b/src/ao_test.c @@ -53,7 +53,7 @@ blink_1(void) static __xdata struct ao_adc adc; for (;;) { - ao_sleep(&ao_adc_ring); + ao_sleep(&ao_adc_head); ao_adc_get(&adc); if (adc.accel < 15900) ao_led_on(AO_LED_RED); |