altos: Move empty ao_mutex_get/put to ao_notask.h
[fw/altos] / src / kernel / ao_notask.h
index ce622b630e7d92f834fa78883749f178faa2992a..6ad15a56cf14eb49bdd1edc795ce0333e2c8573e 100644 (file)
@@ -25,4 +25,7 @@ ao_sleep(void *wchan);
 void
 ao_wakeup(void *wchan);
 
+static inline void ao_mutex_get(uint8_t *m) {(void) m;}
+static inline void ao_mutex_put(uint8_t *m) {(void) m;}
+
 #endif /* _AO_NOTASK_H_ */