From 7f56e57c61b7e09e3cac6aa5c8c59f40004ce421 Mon Sep 17 00:00:00 2001 From: li-yaoyao777 Date: Mon, 1 Aug 2022 15:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E6=94=B9=E5=8D=95=E8=AF=8D=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li-yaoyao777 --- interfaces/native/include/sensor_agent_type.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interfaces/native/include/sensor_agent_type.h b/interfaces/native/include/sensor_agent_type.h index 6486ac96..7a047588 100644 --- a/interfaces/native/include/sensor_agent_type.h +++ b/interfaces/native/include/sensor_agent_type.h @@ -188,7 +188,7 @@ typedef struct LinearAccelData { float x; float y; float z; -} LineraAccelData; +} LinearAccelData; /** * @brief Defines the gyroscope sensor data structure. Measures the rotational angular velocity of the @@ -211,7 +211,7 @@ typedef struct GravityData { } GravityData; /** - * @brief Defines the uncalibred accelerometer data structure. Measures the uncalibred accelerometer applied to + * @brief Defines the uncalibrated accelerometer data structure. Measures the uncalibrated accelerometer applied to * the device on three physical axes (x, y, and z) in m/s2. */ typedef struct AccelUncalibratedData { @@ -224,7 +224,7 @@ typedef struct AccelUncalibratedData { } AccelUncalibratedData; /** - * @brief Defines the uncalibred gyroscope sensor data structure. Measures the uncalibred rotational angular velocity of the + * @brief Defines the uncalibrated gyroscope sensor data structure. Measures the uncalibrated rotational angular velocity of the * device on three physical axes (x, y, and z) in rad/s. */ typedef struct GyroUncalibratedData { @@ -286,7 +286,7 @@ typedef struct MagneticFieldData { } MagneticFieldData; /** - * @brief Defines the uncalibred magnetic field sensor data structure. Measure the uncalibred ambient geomagnetic field in three + * @brief Defines the uncalibrated magnetic field sensor data structure. Measure the uncalibrated ambient geomagnetic field in three * physical axes (x, y, z) in μT. */ typedef struct MagneticFieldUncalibratedData { -- Gitee