1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* fixed kernel name in welcome message

This commit is contained in:
Kaspar Schleiser 2010-09-24 16:23:31 +02:00
parent 8c45f4751c
commit e8ad60671b

View File

@ -66,7 +66,7 @@ const char *idle_name = "idle";
void kernel_init(void)
{
dINT();
printf("kernel_init(): This is Fire_Kernel 0.0!\n");
printf("kernel_init(): This is µkleos!\n");
scheduler_init();