aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/5200.ino
diff options
context:
space:
mode:
authorsmesgr9000 <smesgr9000>2024-05-01 10:48:58 +0200
committersmesgr9000 <smesgr9000>2024-05-01 10:48:58 +0200
commit254982cbe7343415c4635f6d6d034d47196c9c74 (patch)
tree85d5cce3427e1ff04928fae9b07ca12b4236b97d /Cart_Reader/5200.ino
parentccc06ef4e4ecbc3ad1e67f27d74f824803173fc1 (diff)
downloadcartreader-254982cbe7343415c4635f6d6d034d47196c9c74.tar.gz
cartreader-254982cbe7343415c4635f6d6d034d47196c9c74.zip
remove duplicate CRC printing and calculation function
Diffstat (limited to 'Cart_Reader/5200.ino')
-rw-r--r--Cart_Reader/5200.ino3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cart_Reader/5200.ino b/Cart_Reader/5200.ino
index 893bf7c..1269134 100644
--- a/Cart_Reader/5200.ino
+++ b/Cart_Reader/5200.ino
@@ -327,8 +327,7 @@ void readROM_5200() {
}
myFile.close();
- unsigned long crcsize = a5200[a5200size] * 0x400;
- calcCRC(fileName, crcsize, NULL, 0);
+ printCRC(fileName, NULL, 0);
println_Msg(FS(FSTRING_EMPTY));
// Prints string out of the common strings array either with or without newline