mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-28 14:01:52 +01:00
Update GB.ino
Removed unnecessary VSelect Option that may cause issues during compilation.
This commit is contained in:
parent
5b554bc6e3
commit
1bc74f055d
@ -314,7 +314,6 @@ void gbxMenu() {
|
|||||||
display_Clear();
|
display_Clear();
|
||||||
display_Update();
|
display_Update();
|
||||||
unsigned char gbPelican;
|
unsigned char gbPelican;
|
||||||
vselect(false);
|
|
||||||
// Copy menuOptions out of progmem
|
// Copy menuOptions out of progmem
|
||||||
convertPgm(menuOptionsGBPelican, 2);
|
convertPgm(menuOptionsGBPelican, 2);
|
||||||
gbPelican = question_box(F("Select operation:"), menuOptions, 2, 0);
|
gbPelican = question_box(F("Select operation:"), menuOptions, 2, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user