Skip to content

Commit

Permalink
Documentation/uorb: remove uncalibrated member
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiuzhu1 <[email protected]>
  • Loading branch information
Donny9 committed Jan 21, 2025
1 parent 33ebfe1 commit 43981b2
Showing 1 changed file with 0 additions and 5 deletions.
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

0 comments on commit 43981b2

Please sign in to comment.