altos: Use stdbool true/false instead of TRUE/FALSE
[fw/altos] / src / test / ao_flight_test.c
index a171930e75a87b20d77954b19c5940afa7a4c16a..6d007575c7f91d2871ce0a223f15ada7261890c9 100644 (file)
@@ -227,8 +227,8 @@ ao_gps_angle(void)
 
 extern enum ao_flight_state ao_flight_state;
 
-#define FALSE 0
-#define TRUE 1
+#define false 0
+#define true 1
 
 volatile struct ao_data ao_data_ring[AO_DATA_RING];
 volatile uint8_t ao_data_head;