From 28ca41deb34c1bc2fafb091e6114f033a1673abc Mon Sep 17 00:00:00 2001 From: skhshibo Date: Tue, 15 Mar 2022 14:45:36 +0200 Subject: [PATCH] fix reset_update_counter opcode --- unit-tests/test-fw-update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/test-fw-update.py b/unit-tests/test-fw-update.py index 73b7a6bd02..3d57371526 100644 --- a/unit-tests/test-fw-update.py +++ b/unit-tests/test-fw-update.py @@ -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)