File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Documentation/components/drivers/special/sensors Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments