Skip to content

Commit 7fd2a08

Browse files
committed
utest: UTEST_TIMER_TC -> RT_UTEST_TIMER
Signed-off-by: Chen Wang <[email protected]>
1 parent fc7310a commit 7fd2a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utest/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ config RT_UTEST_EVENT
3535
default n
3636
depends on RT_USING_EVENT
3737

38-
config UTEST_TIMER_TC
38+
config RT_UTEST_TIMER
3939
bool "timer test"
4040
default n
4141

src/utest/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if GetDepend(['RT_UTEST_SEMAPHORE']):
2626
if GetDepend(['RT_UTEST_EVENT']):
2727
src += ['event_tc.c']
2828

29-
if GetDepend(['UTEST_TIMER_TC']):
29+
if GetDepend(['RT_UTEST_TIMER']):
3030
src += ['timer_tc.c']
3131

3232
if GetDepend(['UTEST_MESSAGEQUEUE_TC']):

0 commit comments

Comments
 (0)