1
0
Fork 0
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:
Michael Scire 2019-02-20 13:12:53 -08:00
parent ddc5222208
commit d0ff791260

View file

@ -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);
}