aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F031K6-NUCLEO32
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32F031K6-NUCLEO32')
-rw-r--r--demos/STM32/RT-STM32F031K6-NUCLEO32/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F031K6-NUCLEO32/main.c b/demos/STM32/RT-STM32F031K6-NUCLEO32/main.c
index c4441b352..09f7ebfb1 100644
--- a/demos/STM32/RT-STM32F031K6-NUCLEO32/main.c
+++ b/demos/STM32/RT-STM32F031K6-NUCLEO32/main.c
@@ -26,7 +26,7 @@ static THD_FUNCTION(Thread1, arg) {
(void)arg;
chRegSetThreadName("blinker");
- palSetLineMode(LINE_LED_GREEN, PAL_MODE_OUTPUT_PUSHPULL);
+
while (true) {
palClearLine(LINE_LED_GREEN);
chThdSleepMilliseconds(500);