Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 945ff78

Browse files
committed
fix multi task test
1 parent 6c3e4de commit 945ff78

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/kernel/tests/multi_task_test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ static void test_task2(void) {
2525
* @brief マルチタスクのテスト
2626
*/
2727
void multi_task_test(void) {
28-
printk("====== SIMPLE MULTITASK TEST ======\n");
2928
printk("Creating 2 test tasks...\n");
3029

3130
// タスク1を作成して実行キューに追加
@@ -55,6 +54,5 @@ void multi_task_test(void) {
5554
task_yield();
5655

5756
printk("\n[MAIN] Back to main after tasks completed\n");
58-
printk("====== TEST COMPLETE ======\n");
5957
new_line();
6058
}

0 commit comments

Comments
 (0)