aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx/PWM-ICU/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F0xx/PWM-ICU/main.c')
-rw-r--r--testhal/STM32/STM32F0xx/PWM-ICU/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/PWM-ICU/main.c b/testhal/STM32/STM32F0xx/PWM-ICU/main.c
index 084929b17..bf700e4f1 100644
--- a/testhal/STM32/STM32F0xx/PWM-ICU/main.c
+++ b/testhal/STM32/STM32F0xx/PWM-ICU/main.c
@@ -141,7 +141,7 @@ int main(void) {
/*
* Normal main() thread activity, in this demo it does nothing.
*/
- while (TRUE) {
+ while (true) {
chThdSleepMilliseconds(500);
}
return 0;