shoh: rename threads according to thread-name
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -25,6 +25,6 @@ private:
|
||||
{ 1, 8, true, false, false, true, PIN_INT2_IRQn} };
|
||||
};
|
||||
|
||||
void rotary_thread(void* pvParams);
|
||||
void thread_rotary(void* pvParams);
|
||||
|
||||
#endif /* THREADS_ROTARY_ROTARY_H_ */
|
||||
|
||||
Reference in New Issue
Block a user