mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-20 05:00:39 +02:00
upektc_img: Fix CRC for upek2020_init_capture.
This commit is contained in:
parent
62818b9407
commit
fafe70f985
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static const unsigned char upek2020_init_capture[] = {
|
|||
0x02,
|
||||
0x00, /* Wait for acceptable finger */
|
||||
0x02,
|
||||
0x14, 0x9a /* CRC */
|
||||
0x25, 0xa9 /* CRC */
|
||||
};
|
||||
|
||||
#if 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue