From e1bd042d822c2f9c23f0a9236b7081da51bc72f5 Mon Sep 17 00:00:00 2001 From: smesgr9000 Date: Sun, 16 Jun 2024 00:39:21 +0200 Subject: replace duplicate error string "Can't open file" --- Cart_Reader/GPC.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cart_Reader/GPC.ino') 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; } } -- cgit v1.2.3