We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc92c0 commit 06e8138Copy full SHA for 06e8138
1 file changed
threadX/src/u_tx_threads.c
@@ -30,7 +30,7 @@ uint8_t create_thread(TX_BYTE_POOL *byte_pool, thread_t *thread)
30
31
uint8_t thread_sleep_ms(uint32_t ms)
32
{
33
- tx_thread_sleep(MS_TO_TICKS(ms));
+ tx_thread_sleep(ms);
34
return U_SUCCESS;
35
}
36
0 commit comments