Skip to content

Commit

Permalink
Update N64.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni authored Jul 21, 2021
1 parent eef3f38 commit 727b49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cart_Reader/N64.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ boolean searchCRC(char crcStr[9]) {
return result;
}
else {
print_Error(F("N64.txt missing"), true);
print_Error(F("n64.txt missing"), true);
}
}

Expand Down Expand Up @@ -1813,7 +1813,7 @@ void getCartInfo_N64() {
myFile.close();
}
else {
print_Error(F("N64.txt missing"), true);
print_Error(F("n64.txt missing"), true);
}
}

Expand Down

0 comments on commit 727b49f

Please sign in to comment.