Skip to content

Commit 06e8138

Browse files
fix stub
1 parent ccc92c0 commit 06e8138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

threadX/src/u_tx_threads.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ uint8_t create_thread(TX_BYTE_POOL *byte_pool, thread_t *thread)
3030

3131
uint8_t thread_sleep_ms(uint32_t ms)
3232
{
33-
tx_thread_sleep(MS_TO_TICKS(ms));
33+
tx_thread_sleep(ms);
3434
return U_SUCCESS;
3535
}
3636

0 commit comments

Comments
 (0)