aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/GPC.ino
diff options
context:
space:
mode:
authorsmesgr9000 <smesgr9000>2024-06-16 00:39:21 +0200
committersmesgr9000 <smesgr9000>2024-06-16 00:39:21 +0200
commite1bd042d822c2f9c23f0a9236b7081da51bc72f5 (patch)
treeea29619e3b39b246ed328698ba6b1b1843d5f8d2 /Cart_Reader/GPC.ino
parentee6a7fe41f6726b0afae2ed6587e1876606bdb0e (diff)
downloadcartreader-e1bd042d822c2f9c23f0a9236b7081da51bc72f5.tar.gz
cartreader-e1bd042d822c2f9c23f0a9236b7081da51bc72f5.zip
replace duplicate error string "Can't open file"
Diffstat (limited to 'Cart_Reader/GPC.ino')
-rw-r--r--Cart_Reader/GPC.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/GPC.ino b/Cart_Reader/GPC.ino
index f9a3ec3..5c48d4c 100644
--- a/Cart_Reader/GPC.ino
+++ b/Cart_Reader/GPC.ino
@@ -386,7 +386,7 @@ unsigned long verifyRAM_GPC() {
myFile.close();
return writeErrors;
} else {
- print_Error(F("Can't open file"));
+ print_Error(open_file_STR);
return 1;
}
}