Skip to content

Commit

Permalink
fix reset_update_counter opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
SamerKhshiboun committed Mar 15, 2022
1 parent c5d14fb commit 28ca41d
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 28ca41d

Please sign in to comment.