Skip to content

Commit

Permalink
Resolved issue with gcc 13 compilation in SITL lib
Browse files Browse the repository at this point in the history
  • Loading branch information
arg7 committed Sep 11, 2024
1 parent 1211761 commit 542c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SITL/SIM_EFI_MegaSquirt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void EFI_MegaSquirt::update()
if (crc == crc2) {
send_table();
} else {
printf("BAD EFI CRC: 0x%08x 0x%08x\n", crc, crc2);
printf("BAD EFI CRC: 0x%08lx 0x%08lx\n", crc, crc2);
}
ofs = 0;
}
Expand Down

0 comments on commit 542c09a

Please sign in to comment.