From 8f995e1c9fda71f57fbfecd863f1d62ffe8ea97f Mon Sep 17 00:00:00 2001 From: rhgndf <16336768+rhgndf@users.noreply.github.com> Date: Sun, 17 Sep 2023 14:33:25 +0800 Subject: [PATCH] Minor fixes --- afterburner.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/afterburner.ino b/afterburner.ino index cb4ae55..8a0966b 100644 --- a/afterburner.ino +++ b/afterburner.ino @@ -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: