altos: Use stdbool true/false instead of TRUE/FALSE
[fw/altos] / src / kernel / ao.h
index 3beeb8800ded9d83b23d48677004507cd29dcbdc..cdcdadc34d8bc1f71f62f603b60d2ddf2404cca2 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stddef.h>
+#include <stdbool.h>
 #include <ao_pins.h>
 #include <ao_arch.h>
 
@@ -35,9 +36,6 @@
 extern int ao_putchar(char c);
 extern char ao_getchar(void);
 
-#define TRUE 1
-#define FALSE 0
-
 #ifndef HAS_TASK
 #define HAS_TASK       1
 #endif