Skip to content

Commit 5b49a0d

Browse files
stig-bjorlykkesimensrostad
authored andcommitted
modules: led: Set thread name
Set led pwm queue thread name. Signed-off-by: Stig Bjørlykke <[email protected]>
1 parent d9c783a commit 5b49a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/modules/led/led_pwm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ static int led_pwm_init(void)
326326
K_THREAD_STACK_SIZEOF(stack_area),
327327
K_LOWEST_APPLICATION_THREAD_PRIO,
328328
NULL);
329+
k_thread_name_set(&led_pwm_queue.thread, "led_pwm_workq");
329330

330331
k_work_init_delayable(&leds.work, work_handler);
331332

0 commit comments

Comments
 (0)