clarify message
This commit is contained in:
parent
a447776078
commit
337da365c0
|
@ -562,7 +562,7 @@ void boot_screen() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(message, "\nPress \e[93mSPACE\e[37m for default.\n");
|
sprintf(message, "\nPress \e[93mSPACE\e[37m to boot from default source.\n");
|
||||||
chan_write(0, (uint8_t *)message, strlen(message));
|
chan_write(0, (uint8_t *)message, strlen(message));
|
||||||
|
|
||||||
// Give the user time to press a key to select a boot source
|
// Give the user time to press a key to select a boot source
|
||||||
|
|
Loading…
Reference in a new issue