Cart_Reader.ino: Drop redundant display_Update call.

In this codepath, there will be a second call just after displaying the
CRC, making this call redundant.
For completeness: In the alternate codepath, the next operation does a lot
of IO, so it makes sense to refresh the screen before printing the CRC.
This commit is contained in:
Vincent Pelletier 2022-10-25 15:15:19 +00:00
parent daec1f3e35
commit b84f63d1dc

View File

@ -629,7 +629,6 @@ boolean compareCRC(char* database, char* crcString, boolean renamerom, int offse
} else {
// Use precalculated crc
print_Msg(F("CRC32... "));
display_Update();
strcpy(crcStr, crcString);
}
// Print checksum