1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

pinprocfw: use correct checkPROCFile() return type

Quiets a compiler warning, and matches the `file_board_id` declaration.
This commit is contained in:
Tom Collins
2020-06-23 22:35:22 -07:00
parent fed1d7e398
commit f44cacd54e

View File

@@ -2142,7 +2142,7 @@ int processFile()
return iErrorCode;
}
int checkPROCFile() {
uint32_t checkPROCFile() {
uint32_t checksum=0, file_checksum, file_board_id, header_checksum;
unsigned char data;
int i=0,file_i=0;