Let's not talk about this

This commit is contained in:
Alex Voinea 2022-02-09 22:12:23 +01:00
parent bf45d4dcd1
commit 426ab24c36

View file

@ -1242,9 +1242,9 @@ void setup()
printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
sum = (sum >> 8) | ((sum & 0xff) << 8); //swap bytes
if (sum == header.checksum)
printf_P(_n("Checksum OK\n"), sum);
puts_P(_n("Checksum OK"));
else
printf_P(_n("Checksum NG\n"), sum);
puts_P(_n("Checksum NG"));
}
else
puts_P(_n("lang_get_header failed!"));