shoh: rename threads according to thread-name

This commit is contained in:
Vasily Davydov
2023-04-29 08:13:13 +03:00
committed by RedHawk
parent e003820710
commit df04fc9107
5 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ void Rotary::taskFunction()
}
}
void rotary_thread(void* pvParams)
void thread_rotary(void* pvParams)
{
// Special case for ISR
QueueHandle_t rotary_isr_q = xQueueCreate(15, sizeof(char));