aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/WSV.ino
diff options
context:
space:
mode:
authorAncyker <[email protected]>2024-03-02 11:30:44 -0500
committerAncyker <[email protected]>2024-03-02 11:30:44 -0500
commita86f14019830662deaad6bb18e926cec31cb4563 (patch)
tree198a38d9865aa104bb7a03d9fd68c99f16a3eaf7 /Cart_Reader/WSV.ino
parente61ac414d89556c941f0b8ca76e5d7d6684037f0 (diff)
downloadcartreader-a86f14019830662deaad6bb18e926cec31cb4563.tar.gz
cartreader-a86f14019830662deaad6bb18e926cec31cb4563.zip
Follow up to/fix for e61ac414d89556c941f0b8ca76e5d7d6684037f0
Diffstat (limited to 'Cart_Reader/WSV.ino')
-rw-r--r--Cart_Reader/WSV.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cart_Reader/WSV.ino b/Cart_Reader/WSV.ino
index fdf96d0..395577b 100644
--- a/Cart_Reader/WSV.ino
+++ b/Cart_Reader/WSV.ino
@@ -338,7 +338,7 @@ setrom:
newwsvsize = sizeROM.toInt() + wsvlo;
if (newwsvsize > wsvhi) {
Serial.println(F("SIZE NOT SUPPORTED"));
- Serial.println(FSTRING_EMPTY);
+ Serial.println(FS(FSTRING_EMPTY));
goto setrom;
}
}
@@ -371,7 +371,7 @@ void checkStatus_WSV() {
Serial.print(F("CURRENT ROM SIZE: "));
Serial.print(pgm_read_word(&(WSV[wsvsize])));
Serial.println(F("K"));
- Serial.println(FSTRING_EMPTY);
+ Serial.println(FS(FSTRING_EMPTY));
#endif
}