Skip to content

Commit

Permalink
PR #11464 from remibettan: Removing register to motion module tempera…
Browse files Browse the repository at this point in the history
…ture option
  • Loading branch information
Nir-Az authored Feb 20, 2023
2 parents fd9f9dd + f05f6f4 commit fda8a91
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ds/ds-motion-common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,6 @@ namespace librealsense
[&, mm_correct_opt]() { return std::make_shared<gyroscope_transform>(_mm_calib, mm_correct_opt);
});

if ((camera_fw_version >= firmware_version(custom_sensor_fw_ver)) &&
(!val_in_range(_owner->_pid, { ds::RS400_IMU_PID, ds::RS435I_PID, ds::RS430I_PID, ds::RS465_PID, ds::RS405_PID, ds::RS455_PID })))
{
hid_ep->register_option(RS2_OPTION_MOTION_MODULE_TEMPERATURE,
std::make_shared<motion_module_temperature_option>(*raw_hid_ep));
}

return hid_ep;
}

Expand Down

0 comments on commit fda8a91

Please sign in to comment.