change message

This commit is contained in:
koolkdev 2017-03-27 23:05:33 +03:00
parent 7513886800
commit 30c8b906a7
1 changed files with 2 additions and 2 deletions

View File

@ -319,14 +319,14 @@ void dump_nand_complete()
}
offset_y += 20;
_printf(20, offset_y, "Complete! -> rebooting into sysNAND...");
_printf(20, offset_y, "Complete! -> rebooting...");
FS_SLEEP(3000);
svcShutdown(SHUTDOWN_TYPE_REBOOT);
error:
offset_y += 20;
_printf(20, offset_y, "Error! -> rebooting into sysNAND...");
_printf(20, offset_y, "Error! -> rebooting...");
FS_SLEEP(3000);
svcShutdown(SHUTDOWN_TYPE_REBOOT);