upektc_img: Fix CRC for upek2020_init_capture.

This commit is contained in:
Toni
2022-10-11 15:54:53 +02:00
committed by Vasily Khoruzhick
parent 62818b9407
commit fafe70f985

View File

@@ -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