aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F30x/EXT/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F30x/EXT/main.c')
-rw-r--r--testhal/STM32/STM32F30x/EXT/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F30x/EXT/main.c b/testhal/STM32/STM32F30x/EXT/main.c
index a8800a141..c905da39f 100644
--- a/testhal/STM32/STM32F30x/EXT/main.c
+++ b/testhal/STM32/STM32F30x/EXT/main.c
@@ -93,7 +93,7 @@ int main(void) {
* Normal main() thread activity, in this demo it enables and disables the
* button EXT channel using 5 seconds intervals.
*/
- while (TRUE) {
+ while (true) {
chThdSleepMilliseconds(5000);
extChannelDisable(&EXTD1, 0);
chThdSleepMilliseconds(5000);