shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-26 14:30:16 +02:00
parent 94fc627ccf
commit 0f1ace1ef2

View file

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