altos: Add ao_delay_until to ao_notask
[fw/altos] / src / kernel / ao_notask.h
index 6ad15a56cf14eb49bdd1edc795ce0333e2c8573e..f698a4ee2426014985a32e45e526afbf39556980 100644 (file)
@@ -19,6 +19,9 @@
 #ifndef _AO_NOTASK_H_
 #define _AO_NOTASK_H_
 
+void
+ao_delay_until(AO_TICK_TYPE target);
+
 uint8_t
 ao_sleep(void *wchan);