aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/ODY2.ino
diff options
context:
space:
mode:
Diffstat (limited to 'Cart_Reader/ODY2.ino')
-rw-r--r--Cart_Reader/ODY2.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/ODY2.ino b/Cart_Reader/ODY2.ino
index aca0464..26cd1b1 100644
--- a/Cart_Reader/ODY2.ino
+++ b/Cart_Reader/ODY2.ino
@@ -257,7 +257,7 @@ void readROM_ODY2() {
#if (defined(ENABLE_OLED) || defined(ENABLE_LCD))
void printRomSize_ODY2(int index) {
display_Clear();
- print_Msg(F("ROM Size: "));
+ print_Msg(FS(FSTRING_ROM_SIZE));
println_Msg(ODY2[index]);
}
#endif