utest: UTEST_TIMER_TC -> RT_UTEST_TIMER

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-15 09:43:16 +08:00
committed by R b b666
parent 468007dda7
commit 9465d71c29
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if GetDepend(['RT_UTEST_SEMAPHORE']):
if GetDepend(['RT_UTEST_EVENT']):
src += ['event_tc.c']
if GetDepend(['UTEST_TIMER_TC']):
if GetDepend(['RT_UTEST_TIMER']):
src += ['timer_tc.c']
if GetDepend(['UTEST_MESSAGEQUEUE_TC']):