Skip to content

Commit

Permalink
PR IntelRealSense#10314 from Samer: Fix LibCI-nightly reset_update_co…
Browse files Browse the repository at this point in the history
…unter opcode
  • Loading branch information
maloel authored Mar 20, 2022
2 parents c5d14fb + 28ca41d commit d5b5c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/test-fw-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def reset_update_counter( device ):
product_line = device.get_info( rs.camera_info.product_line )

if product_line == "L500":
opcode = 0x09
opcode = 0x0A
start_index = 0x30
size = 0x01
raw_cmd = rs.debug_protocol(device).build_command(opcode, start_index, size)
Expand Down

0 comments on commit d5b5c6c

Please sign in to comment.