Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions extras/codespell-ignore-words-list.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
daa
durantion
ois
4 changes: 2 additions & 2 deletions src/LSM6DSV16BXSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ LSM6DSV16BXStatusTypeDef LSM6DSV16BXSensor::Enable_Wake_Up_Detection(LSM6DSV16BX
return LSM6DSV16BX_ERROR;
}

/* Set wake-up durantion */
/* Set wake-up duration */
if (Set_Wake_Up_Duration(0) != LSM6DSV16BX_OK) {
return LSM6DSV16BX_ERROR;
}
Expand Down Expand Up @@ -2349,7 +2349,7 @@ LSM6DSV16BXStatusTypeDef LSM6DSV16BXSensor::Disable_Wake_Up_Detection()
return LSM6DSV16BX_ERROR;
}

/* Reset wake-up durantion */
/* Reset wake-up duration */
if (Set_Wake_Up_Duration(0) != LSM6DSV16BX_OK) {
return LSM6DSV16BX_ERROR;
}
Expand Down
Loading