Skip to content

Commit

Permalink
Fix typo in documentation of iis3dwb_fifo_status_get
Browse files Browse the repository at this point in the history
See issue #11
  • Loading branch information
escherstair authored and avisconti committed Feb 10, 2023
1 parent b85e3d2 commit 6c2665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iis3dwb_reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@ int32_t iis3dwb_fifo_data_level_get(stmdev_ctx_t *ctx, uint16_t *val)
* @brief Smart FIFO status.[get]
*
* @param ctx Read / write interface definitions.(ptr)
* @param val Registers FIFO_STATUS2
* @param val Registers FIFO_STATUS1 and FIFO_STATUS2
* @retval Interface status (MANDATORY: return 0 -> no Error).
*
*/
Expand Down

0 comments on commit 6c2665b

Please sign in to comment.