minor: Fix emos_e6016 reset limit (#2156)

Slightly increased reset limit for improved detection.
This commit is contained in:
vidarino
2022-08-22 12:40:36 +02:00
committed by GitHub
parent 315b98b104
commit 766ff2e565

View File

@@ -144,7 +144,7 @@ r_device emos_e6016 = {
.short_width = 280,
.long_width = 796,
.gap_limit = 3000,
.reset_limit = 804,
.reset_limit = 850,
.sync_width = 1836,
.decode_fn = &emos_e6016_decode,
.fields = output_fields,