mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
* remove mu character from kernel greeting line.
This commit is contained in:
parent
820cdad59b
commit
cfccf0f2ca
@ -66,7 +66,7 @@ const char *idle_name = "idle";
|
||||
void kernel_init(void)
|
||||
{
|
||||
dINT();
|
||||
printf("kernel_init(): This is µkleos!\n");
|
||||
printf("kernel_init(): This is ukleos!\n");
|
||||
|
||||
scheduler_init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user