mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 21:32:09 +00:00
Sketch: compilation fixes
This commit is contained in:
parent
4b186fbe74
commit
13bc7bdad9
@ -1154,7 +1154,7 @@ void parsePes(char type) {
|
|||||||
type = gal;
|
type = gal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG_PES
|
#ifdef DEBUG_PES
|
||||||
Serial.print(F("Parse pes. gal="));
|
Serial.print(F("Parse pes. gal="));
|
||||||
Serial.println(type, DEC);
|
Serial.println(type, DEC);
|
||||||
#endif
|
#endif
|
||||||
@ -1654,7 +1654,7 @@ static unsigned short verifyGalFuseMap600(const unsigned char* cfgArray) {
|
|||||||
if (mapBit != fuseBit) {
|
if (mapBit != fuseBit) {
|
||||||
#ifdef DEBUG_VERIFY
|
#ifdef DEBUG_VERIFY
|
||||||
Serial.print(F("f a="));
|
Serial.print(F("f a="));
|
||||||
Serial.println(addr + cfgVal, DEC);
|
Serial.println(addr + cfgOffset, DEC);
|
||||||
#endif
|
#endif
|
||||||
errors++;
|
errors++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user