Add the complete implementation of the folder selection page
[bertos.git] / bertos / kern / proc_test.c
index dafd7cb92aa790e645aab58a376eeeafd0d4e214..7c4cdc86442707a352eb8e64b2bb4d74a240ef25 100644 (file)
@@ -52,7 +52,6 @@ static void proc_test1(void)
        {
                kputs("> test1\n");
                timer_delay(50);
-               proc_yield();
        }
 }
 
@@ -86,7 +85,6 @@ int proc_testRun(void)
                kputs("> main\n");
                timer_delay(93);
                monitor_report();
-               proc_yield();
        }
        return 0;
 }