aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/ADC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/ADC/main.c')
-rw-r--r--testhal/STM32/ADC/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/ADC/main.c b/testhal/STM32/ADC/main.c
index f702ab8a7..214f28b5f 100644
--- a/testhal/STM32/ADC/main.c
+++ b/testhal/STM32/ADC/main.c
@@ -68,6 +68,7 @@ static WORKING_AREA(waThread1, 128);
static msg_t Thread1(void *arg) {
(void)arg;
+ chRegSetThreadName("blinker");
while (TRUE) {
palClearPad(IOPORT3, GPIOC_LED);
chThdSleepMilliseconds(500);