aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/GPT/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F4xx/GPT/main.c')
-rw-r--r--testhal/STM32/STM32F4xx/GPT/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/GPT/main.c b/testhal/STM32/STM32F4xx/GPT/main.c
index a1d6fd007..e58f7e0a1 100644
--- a/testhal/STM32/STM32F4xx/GPT/main.c
+++ b/testhal/STM32/STM32F4xx/GPT/main.c
@@ -85,7 +85,7 @@ int main(void) {
* Normal main() thread activity, it changes the GPT1 period every
* five seconds.
*/
- while (TRUE) {
+ while (true) {
palSetPad(GPIOD, GPIOD_LED4);
gptStartContinuous(&GPTD4, 5000);
chThdSleepMilliseconds(5000);