Update N64.ino

This commit is contained in:
sanni 2022-08-19 11:50:18 +02:00
parent e01ce10faf
commit 97394939a1

View File

@ -2133,7 +2133,7 @@ void checksumMPK() {
if (writeErrors > 1) if (writeErrors > 1)
println_Msg("Error"); println_Msg("Error");
else else
println_Msg("Ok"); println_Msg("OK");
display_Update(); display_Update();
// Close the file: // Close the file: