Update FLASH.ino

This commit is contained in:
sanni 2023-02-04 15:51:12 +01:00 committed by GitHub
parent a59fdb2d92
commit 5cefd8362c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ static const char* const menuOptionsFLASH8[] PROGMEM = { flash8MenuItem1, flash8
// Flash start menu
static const char flashMenuItem1[] PROGMEM = "8bit Flash adapter";
static const char flashMenuItem2[] PROGMEM = "Eprom adapter";
static const char flashMenuItem3[] PROGMEM = "MX26L6420 adapter";
static const char flashMenuItem3[] PROGMEM = "16bit Flash adapter";
// static const char flashMenuItem4[] PROGMEM = "Reset"; (stored in common strings array)
static const char* const menuOptionsFlash[] PROGMEM = { flashMenuItem1, flashMenuItem2, flashMenuItem3, string_reset2 };
@ -2568,4 +2568,4 @@ void print_Eprom(int numBytes) {
//******************************************
// End of File
//******************************************
//******************************************