utest: UTEST_MM_API_TC -> RT_UTEST_MM_API

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-13 16:38:03 +08:00
committed by R b b666
parent 0ad2ac115e
commit 9ca37156f5
3 changed files with 5 additions and 5 deletions

View File

@@ -397,7 +397,7 @@ void rt_memblock_setup_memory_environment(void)
LOG_I("%ld MB memory installed to system page", mem/1000000);
}
#ifdef UTEST_MM_API_TC
#ifdef RT_UTEST_MM_API
/* functions below are only used for utest */
void rt_memblock_merge(void)
{
@@ -423,4 +423,4 @@ rt_bool_t rt_memblock_is_last_free(void)
return mem == rt_slist_entry(&(mmblk_memory.reg_list), struct rt_mmblk_reg, node);
}
#endif /* UTEST_MM_API_TC */
#endif /* RT_UTEST_MM_API */