summaryrefslogtreecommitdiff
path: root/src/ao_host.h
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-08-19 00:49:24 -0600
committerBdale Garbee <bdale@gag.com>2009-08-19 00:49:24 -0600
commit4486d9156e19e4280b42bcd422d81d04f2d04a92 (patch)
treed0313710d9040f63c6cb2f5f3d4b11c6208525f7 /src/ao_host.h
parentdd09f0bc2b950c00f3b489878cd69ad8a003f46c (diff)
parent33edd62992a32b0ec8ca66d879fa300871db5937 (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos0.5
Diffstat (limited to 'src/ao_host.h')
-rw-r--r--src/ao_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ao_host.h b/src/ao_host.h
index 38ff84ac..6b42f9f9 100644
--- a/src/ao_host.h
+++ b/src/ao_host.h
@@ -65,7 +65,7 @@ uint8_t ao_adc_head;
#define ao_led_on(l)
#define ao_led_off(l)
#define ao_timer_set_adc_interval(i)
-#define ao_wakeup(wchan) ao_dump_state()
+#define ao_wakeup(wchan) ao_dump_state(wchan)
#define ao_cmd_register(c)
#define ao_usb_disable()
#define ao_telemetry_set_interval(x)
@@ -100,7 +100,7 @@ struct ao_adc ao_adc_static;
FILE *emulator_in;
void
-ao_dump_state(void);
+ao_dump_state(void *wchan);
void
ao_sleep(void *wchan);