Rename isWRA0Mode to isWRAM0Mode

This commit is contained in:
Rangi42
2024-02-28 21:57:56 -05:00
committed by Sylvie
parent cdb9315366
commit e90084ad06
5 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ extern uint8_t scrambleWRAMX;
extern uint8_t scrambleSRAM;
extern bool is32kMode;
extern bool beVerbose;
extern bool isWRA0Mode;
extern bool isWRAM0Mode;
extern bool disablePadding;
struct FileStackNode {