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:
parent
8c45f4751c
commit
e8ad60671b
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user