From 13bc7bdad95699690e0a536f8cf82b7ea2e620f1 Mon Sep 17 00:00:00 2001 From: ole00 Date: Sun, 15 Oct 2023 09:53:25 +0100 Subject: [PATCH] Sketch: compilation fixes --- afterburner.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afterburner.ino b/afterburner.ino index 6c98cf7..a016c2c 100644 --- a/afterburner.ino +++ b/afterburner.ino @@ -1154,7 +1154,7 @@ void parsePes(char type) { type = gal; } -#if DEBUG_PES +#ifdef DEBUG_PES Serial.print(F("Parse pes. gal=")); Serial.println(type, DEC); #endif @@ -1654,7 +1654,7 @@ static unsigned short verifyGalFuseMap600(const unsigned char* cfgArray) { if (mapBit != fuseBit) { #ifdef DEBUG_VERIFY Serial.print(F("f a=")); - Serial.println(addr + cfgVal, DEC); + Serial.println(addr + cfgOffset, DEC); #endif errors++; }