删除不使用的代码

This commit is contained in:
LokLiang
2024-04-30 15:03:09 +08:00
parent 7b86aa3362
commit d6b6ec39bd

View File

@@ -43,12 +43,6 @@ static test_single_t const test_tab_ipc[] = {
os_test_pipe, os_test_pipe,
}; };
INIT_EXPORT_APP(99)
{
SYS_LOG_INF("success");
os_thread_sleep(200);
}
void os_test_main(void) void os_test_main(void)
{ {
rand(); // rand() 用到 malloc() rand(); // rand() 用到 malloc()