mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:57:20 +08:00
utest: UTEST_TIMER_TC -> RT_UTEST_TIMER
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -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']):
|
||||
|
||||
Reference in New Issue
Block a user