更新模板到最新状态
This commit is contained in:
@@ -43,6 +43,12 @@ static test_single_t const test_tab_ipc[] = {
|
||||
os_test_pipe,
|
||||
};
|
||||
|
||||
INIT_EXPORT_APP(99)
|
||||
{
|
||||
SYS_LOG_INF("success");
|
||||
os_thread_sleep(200);
|
||||
}
|
||||
|
||||
void os_test_main(void)
|
||||
{
|
||||
rand(); // rand() 用到 malloc()
|
||||
|
||||
Reference in New Issue
Block a user