From d6b6ec39bda830cd9e0a7b0f6f6a969ddb9b776a Mon Sep 17 00:00:00 2001 From: LokLiang Date: Tue, 30 Apr 2024 15:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/system/test/os_test.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/system/test/os_test.c b/components/system/test/os_test.c index 81933fc..41d375e 100755 --- a/components/system/test/os_test.c +++ b/components/system/test/os_test.c @@ -43,12 +43,6 @@ 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()