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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user