diff options
| author | Keith Packard <keithp@keithp.com> | 2018-08-15 19:17:19 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-10-13 08:22:50 -0700 |
| commit | 684741765117611b7d666efbdfafd87c6199752c (patch) | |
| tree | 6ae2bc7cb368882c9767a9c01d0a0389adc2f988 /src/drivers/ao_lco.h | |
| parent | c417ab1de2a083b5fcff2e081e4feb2a65887903 (diff) | |
altos: Use stdbool true/false instead of TRUE/FALSE
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_lco.h')
| -rw-r--r-- | src/drivers/ao_lco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_lco.h b/src/drivers/ao_lco.h index 2958fbcc..cdc19d3d 100644 --- a/src/drivers/ao_lco.h +++ b/src/drivers/ao_lco.h @@ -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 */ |
