Update GBA.ino

This commit is contained in:
sanni 2019-12-20 16:02:57 +01:00 committed by GitHub
parent dd6b805d5b
commit e4cab438ca

View File

@ -2486,7 +2486,8 @@ void flashRepro_GBA() {
println_Msg(F("Intel PC28F256M29"));
}
else {
println_Msg(romType);
print_Msg(F("romType: 0x"));
println_Msg(romType, HEX);
print_Error(F("Unknown manufacturer"), true);
}
}