mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-11 14:36:40 +00:00
Fusee: fix typo
This commit is contained in:
parent
9487924973
commit
553cd236f2
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ int main(void) {
|
||||||
printk("Using color linear framebuffer at 0x%p!\n", lfb_base);
|
printk("Using color linear framebuffer at 0x%p!\n", lfb_base);
|
||||||
|
|
||||||
#ifndef I_KNOW_WHAT_I_AM_DOING
|
#ifndef I_KNOW_WHAT_I_AM_DOING
|
||||||
#error "Fusee is a work-in-progrses bootloader, and is not ready for usage yet. If you want to play with it anyway, please #define I_KNOW_WHAT_I_AM_DOING -- and recognize that we will be unable to provide support until it is ready for general usage :)"
|
#error "Fusee is a work-in-progress bootloader, and is not ready for usage yet. If you want to play with it anyway, please #define I_KNOW_WHAT_I_AM_DOING -- and recognize that we will be unable to provide support until it is ready for general usage :)"
|
||||||
|
|
||||||
printk("Warning: Fus\e9e is not yet completed, and not ready for general testing!\n");
|
printk("Warning: Fus\e9e is not yet completed, and not ready for general testing!\n");
|
||||||
printk("Please do not seek support for it until it is done.\n");
|
printk("Please do not seek support for it until it is done.\n");
|
||||||
|
|
Loading…
Reference in a new issue