Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
noacoohen committed Apr 16, 2024
1 parent 1d571a6 commit 8e001eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hid/hid-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ namespace librealsense
void rs_hid_device::set_gyro_scale_factor(double scale_factor)
{
_gyro_scale_factor = scale_factor;
// for FW >=5.16 the scale factor changes to 1000.0 since FW sends 32bit
if( scale_factor == 10000.0 )
_realsense_hid_report_actual_size = 38;
}
Expand Down

0 comments on commit 8e001eb

Please sign in to comment.