rotary:[#9] small cleanup.

This commit is contained in:
RedHawk
2023-04-27 02:08:24 +03:00
parent 2ed0653056
commit 0c04ccf2e0
3 changed files with 0 additions and 8 deletions

View File

@@ -73,8 +73,3 @@ void rotary_thread(void* pvParams)
Rotary r(static_cast<ThreadCommon::QueueManager*>(pvParams));
r.taskFunction();
}
static inline void sendActionAndAssertQueue (uint8_t *data, BaseType_t *const pxHPW)
{
}