mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-21 23:28:26 +02:00
formatting
This commit is contained in:
parent
beab941894
commit
e1caa3de3b
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ ma_protocol_crc16_calc (
|
|||
for (i = start; i < data_len; temp++, i++)
|
||||
sum += *(temp + start) & 0xff;
|
||||
uint16_t sum_s = (sum & 0xffff);
|
||||
|
||||
return sum_s;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue