diff options
author | smesgr9000 <smesgr9000> | 2024-05-30 08:00:13 +0200 |
---|---|---|
committer | smesgr9000 <smesgr9000> | 2024-05-30 08:00:13 +0200 |
commit | 5b43a162b8987538f361b0173f425b649957e743 (patch) | |
tree | 040d04cc33d6dba11b818ab9f21e1374b6dc1b07 /Cart_Reader/OSCR.h | |
parent | d039c590cce55723bad15975c5aea21ea8671340 (diff) | |
download | cartreader-5b43a162b8987538f361b0173f425b649957e743.tar.gz cartreader-5b43a162b8987538f361b0173f425b649957e743.zip |
reuse common strings, remove duplicate
Diffstat (limited to 'Cart_Reader/OSCR.h')
-rw-r--r-- | Cart_Reader/OSCR.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cart_Reader/OSCR.h b/Cart_Reader/OSCR.h index 1a4ff98..5fde9d4 100644 --- a/Cart_Reader/OSCR.h +++ b/Cart_Reader/OSCR.h @@ -55,6 +55,8 @@ extern const char PROGMEM FSTRING_REFRESH_CART[]; extern const char PROGMEM FSTRING_MAPPER[]; extern const char PROGMEM FSTRING_SIZE[]; extern const char PROGMEM FSTRING_ROM_SIZE[]; +extern const char PROGMEM FSTRING_NAME[]; +extern const char PROGMEM FSTRING_CHECKSUM[]; #define FS(pmem_string) (reinterpret_cast<const __FlashStringHelper *>(pmem_string)) |