Let's not talk about this
This commit is contained in:
parent
bf45d4dcd1
commit
426ab24c36
1 changed files with 2 additions and 2 deletions
|
@ -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!"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue