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
3 changes: 0 additions & 3 deletions extras/codespell-ignore-words-list.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
daa
interrup
lengh
ois
usefull
6 changes: 3 additions & 3 deletions src/lsm6dsr_reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ int32_t lsm6dsr_steps_reset(lsm6dsr_ctx_t *ctx)

/**
* @defgroup LSM6DSR_common
* @brief This section groups common usefull functions.
* @brief This section groups common useful functions.
* @{
*
*/
Expand Down Expand Up @@ -1534,7 +1534,7 @@ int32_t lsm6dsr_ln_pg_write_byte(lsm6dsr_ctx_t *ctx, uint16_t add,
* @param ctx Read / write interface definitions.(ptr)
* @param buf Page line address.(ptr)
* @param val Value to write.
* @param len buffer lengh.
* @param len buffer length.
* @retval Interface status (MANDATORY: return 0 -> no Error).
*
*/
Expand Down Expand Up @@ -3778,7 +3778,7 @@ int32_t lsm6dsr_i3c_disable_get(lsm6dsr_ctx_t *ctx,
/**
* @defgroup LSM6DSR_interrupt_pins
* @brief This section groups all the functions that manage
* interrup pins
* interrupt pins
* @{
*
*/
Expand Down
Loading