sanni / cartreader

A shield for the Arduino Mega that can back up video game cartridges.
GNU General Public License v3.0
2.23k stars 226 forks source link

Error 'navigateMenu' was not declared in this scope #1022

Closed PsyK0p4T closed 2 months ago

PsyK0p4T commented 3 months ago

OSCR firmware version

14.4

OSCR hardware version

HW5 Rev1

Attach OSCR_LOG.txt file here

No response

System used

Sega Mega Drive/Genesis

Describe the issue.

When only "#define ENABLE_MD" module is enabled, compiling the sketch returns the following error

MD.ino: In function 'void force_cartSize_MD()': MD:2907:14: error: 'navigateMenu' was not declared in this scope cartSize = navigateMenu(0, 9, &printRomSize_MD);

sanni commented 3 months ago

Should be fixed now.

PsyK0p4T commented 2 months ago

All good ! thanks for the fast fix