shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-26 14:31:26 +02:00
parent 0f1ace1ef2
commit b8da89d250

View file

@ -72,7 +72,7 @@ void shell_init(int srv_or_cli)
sleep(1);
}
sleep(5);
SHELLDEBUGPRINTF("I AM CORE NO. %d\n",srv_or_cli);
sleep(10);
SHELLDEBUGPRINTF("hello World! I AM CORE NO. %d =) \n",srv_or_cli);
}