We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65892a commit 701432aCopy full SHA for 701432a
1 file changed
src/LSM6DSO32Sensor.cpp
@@ -262,7 +262,7 @@ LSM6DSO32StatusTypeDef LSM6DSO32Sensor::Get_X_ODR(float *Odr)
262
/**
263
* @brief Get the LSM6DSO32 accelerometer sensor output data rate and mode
264
* @param Odr pointer where the output data rate is written
265
- * @param Mode pointer where the ouput operating mode is written
+ * @param Mode pointer where the output operating mode is written
266
* @retval 0 in case of success, an error code otherwise
267
*/
268
LSM6DSO32StatusTypeDef LSM6DSO32Sensor::Get_X_ODR_With_Mode(float *Odr, LSM6DSO32_ACC_Operating_Mode_t *Mode)
0 commit comments