mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-08 19:30:39 +00:00
Fixed typo in kernel.c
This commit is contained in:
parent
cd2b15ef6a
commit
5abfeb9e30
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ void init_network(void)
|
|||
if (!ENC_Start(&handle)) {
|
||||
debugstr("Could not initialise network card.");
|
||||
} else {
|
||||
debugstr("Network successfully card initialised.");
|
||||
debugstr("Network card successfully initialised.");
|
||||
}
|
||||
debugcrlf();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue