mirror of
https://github.com/sanni/cartreader.git
synced 2025-01-24 02:41:10 +01:00
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:
parent
daec1f3e35
commit
b84f63d1dc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user