Skip to content

Commit 701432a

Browse files
authored
Fix codespell issue
Signed-off-by: Carlo Parata <carlo.parata@st.com>
1 parent a65892a commit 701432a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LSM6DSO32Sensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ LSM6DSO32StatusTypeDef LSM6DSO32Sensor::Get_X_ODR(float *Odr)
262262
/**
263263
* @brief Get the LSM6DSO32 accelerometer sensor output data rate and mode
264264
* @param Odr pointer where the output data rate is written
265-
* @param Mode pointer where the ouput operating mode is written
265+
* @param Mode pointer where the output operating mode is written
266266
* @retval 0 in case of success, an error code otherwise
267267
*/
268268
LSM6DSO32StatusTypeDef LSM6DSO32Sensor::Get_X_ODR_With_Mode(float *Odr, LSM6DSO32_ACC_Operating_Mode_t *Mode)

0 commit comments

Comments
 (0)