mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 06:32:01 +00:00
Minor fixes
This commit is contained in:
parent
c89331138e
commit
8f995e1c9f
@ -204,7 +204,7 @@ const unsigned char cfgV8AB[] PROGMEM =
|
||||
4,5,6,7,
|
||||
};
|
||||
|
||||
// common CFG fuse address map for cfg17V10
|
||||
// common CFG fuse address map for cfg18V10
|
||||
// starting address: 3456
|
||||
// total size 20
|
||||
static const unsigned char cfg18V10[] =
|
||||
@ -1788,6 +1788,7 @@ static void readOrVerifyGal(char verify)
|
||||
} else {
|
||||
readGalFuseMap(cfg18V10, 0, 0);
|
||||
}
|
||||
break;
|
||||
|
||||
case GAL20XV10:
|
||||
if (verify) {
|
||||
@ -1796,7 +1797,7 @@ static void readOrVerifyGal(char verify)
|
||||
readGalFuseMap(cfgXV10, 0, 0);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
case GAL22V10:
|
||||
case ATF22V10B:
|
||||
case ATF22V10C:
|
||||
|
Loading…
Reference in New Issue
Block a user