altos: Export 'ao_cmd_is_white' for use by other code
[fw/altos] / src / core / ao.h
index f57398ced86b2d7edc018f8f03c83fd6a0fe0a47..2139983c511308adc8572c8b5e5e8fca6a0f838c 100644 (file)
@@ -349,6 +349,9 @@ ao_cmd_put8(uint8_t v);
 void
 ao_cmd_put16(uint16_t v);
 
+uint8_t
+ao_cmd_is_white(void);
+
 void
 ao_cmd_white(void);