This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 97113232080 Documentation/uorb: remove uncalibrated member
97113232080 is described below
commit 97113232080aea5ba823d9370b77f97a7216b1d6
Author: dongjiuzhu1 <[email protected]>
AuthorDate: Tue Jan 21 09:37:22 2025 +0800
Documentation/uorb: remove uncalibrated member
Signed-off-by: dongjiuzhu1 <[email protected]>
---
Documentation/components/drivers/special/sensors/sensors_uorb.rst | 5 -----
1 file changed, 5 deletions(-)
diff --git a/Documentation/components/drivers/special/sensors/sensors_uorb.rst
b/Documentation/components/drivers/special/sensors/sensors_uorb.rst
index 4e6f829ba2d..01006c8ddd8 100644
--- a/Documentation/components/drivers/special/sensors/sensors_uorb.rst
+++ b/Documentation/components/drivers/special/sensors/sensors_uorb.rst
@@ -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
@@ -139,7 +135,6 @@ used for sensor_rpmsg.
{
int type;
unsigned long nbuffer;
- bool uncalibrated;
FAR const struct sensor_ops_s *ops;
union