Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation/uorb: remove uncalibrated member #15619

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ the rest is filled by the upper half.

``nbuffer`` specifies the length of the ring buffer in the upper half driver;

``uncalibrated`` indicates whether the data reported by the lower half driver is
uncalibrated. If true, it means uncalibrated data is reported, and the registered
device node will have a suffix ``_uncal``.

``ops`` represents the set of sensor operations implemented by the lower half driver.

``push_event`` and ``notify_event`` are not used simultaneously and are filled
Expand All @@ -139,7 +135,6 @@ used for sensor_rpmsg.
{
int type;
unsigned long nbuffer;
bool uncalibrated;
FAR const struct sensor_ops_s *ops;

union
Expand Down
Loading