Skip to content

Commit 9711323

Browse files
Donny9xiaoxiang781216
authored andcommitted
Documentation/uorb: remove uncalibrated member
Signed-off-by: dongjiuzhu1 <[email protected]>
1 parent 33ebfe1 commit 9711323

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Documentation/components/drivers/special/sensors/sensors_uorb.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ the rest is filled by the upper half.
109109

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

112-
``uncalibrated`` indicates whether the data reported by the lower half driver is
113-
uncalibrated. If true, it means uncalibrated data is reported, and the registered
114-
device node will have a suffix ``_uncal``.
115-
116112
``ops`` represents the set of sensor operations implemented by the lower half driver.
117113

118114
``push_event`` and ``notify_event`` are not used simultaneously and are filled
@@ -139,7 +135,6 @@ used for sensor_rpmsg.
139135
{
140136
int type;
141137
unsigned long nbuffer;
142-
bool uncalibrated;
143138
FAR const struct sensor_ops_s *ops;
144139
145140
union

0 commit comments

Comments
 (0)