Minor fixes

This commit is contained in:
rhgndf 2023-09-17 14:33:25 +08:00
parent c89331138e
commit 8f995e1c9f

View File

@ -204,7 +204,7 @@ const unsigned char cfgV8AB[] PROGMEM =
4,5,6,7, 4,5,6,7,
}; };
// common CFG fuse address map for cfg17V10 // common CFG fuse address map for cfg18V10
// starting address: 3456 // starting address: 3456
// total size 20 // total size 20
static const unsigned char cfg18V10[] = static const unsigned char cfg18V10[] =
@ -1788,6 +1788,7 @@ static void readOrVerifyGal(char verify)
} else { } else {
readGalFuseMap(cfg18V10, 0, 0); readGalFuseMap(cfg18V10, 0, 0);
} }
break;
case GAL20XV10: case GAL20XV10:
if (verify) { if (verify) {
@ -1796,7 +1797,7 @@ static void readOrVerifyGal(char verify)
readGalFuseMap(cfgXV10, 0, 0); readGalFuseMap(cfgXV10, 0, 0);
} }
break; break;
case GAL22V10: case GAL22V10:
case ATF22V10B: case ATF22V10B:
case ATF22V10C: case ATF22V10C: