summaryrefslogtreecommitdiff
path: root/src/kernel/ao_sample.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-08-15 19:17:19 -0700
committerKeith Packard <keithp@keithp.com>2018-10-13 08:22:50 -0700
commit684741765117611b7d666efbdfafd87c6199752c (patch)
tree6ae2bc7cb368882c9767a9c01d0a0389adc2f988 /src/kernel/ao_sample.h
parentc417ab1de2a083b5fcff2e081e4feb2a65887903 (diff)
altos: Use stdbool true/false instead of TRUE/FALSE
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_sample.h')
-rw-r--r--src/kernel/ao_sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ao_sample.h b/src/kernel/ao_sample.h
index af6eca4e..4c51a58c 100644
--- a/src/kernel/ao_sample.h
+++ b/src/kernel/ao_sample.h
@@ -154,7 +154,7 @@ extern uint8_t ao_sample_orient_pos;
void ao_sample_init(void);
-/* returns FALSE in preflight mode, TRUE in flight mode */
+/* returns false in preflight mode, true in flight mode */
uint8_t ao_sample(void);
/*