aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/IRQ_STORM
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/IRQ_STORM')
-rw-r--r--testhal/STM32/IRQ_STORM/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/IRQ_STORM/main.c b/testhal/STM32/IRQ_STORM/main.c
index 4cdb7a193..7dcc62d61 100644
--- a/testhal/STM32/IRQ_STORM/main.c
+++ b/testhal/STM32/IRQ_STORM/main.c
@@ -70,6 +70,8 @@ static msg_t WorkerThread(void *arg) {
unsigned r;
msg_t msg;
+ chRegSetThreadName("worker");
+
/* Work loop.*/
while (TRUE) {
/* Waiting for a message.*/