mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
fusee: remove print in panic
This commit is contained in:
parent
ddc5222208
commit
d0ff791260
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ void wait_for_button(void) {
|
|||
}
|
||||
|
||||
__attribute__ ((noreturn)) void generic_panic(void) {
|
||||
print(SCREEN_LOG_LEVEL_ERROR, "generic panic from %p", __builtin_return_address(0));
|
||||
panic(0xFF000006);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue