mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-09 04:40:06 +00:00
formatting
This commit is contained in:
committed by
Marco Trevisan (Treviño)
parent
beab941894
commit
e1caa3de3b
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user