altos: Use stdbool true/false instead of TRUE/FALSE
[fw/altos] / src / drivers / ao_lco.h
index 2958fbccc33cae7ec874b1edfaa66dc63e5f4aaf..cdc19d3d76837a7d7627d5dd250eb431005733cf 100644 (file)
@@ -35,7 +35,7 @@ extern uint8_t        ao_lco_debug;
 #endif
 
 #if AO_LCO_DRAG
-extern uint8_t ao_lco_drag_race;       /* TRUE when drag race mode enabled */
+extern uint8_t ao_lco_drag_race;       /* true when drag race mode enabled */
 #endif
 
 extern uint8_t ao_lco_pad;             /* Currently selected pad */