Skip to content

Commit 6dcc0fb

Browse files
committed
fix: fix doc errors
1 parent eb30b3e commit 6dcc0fb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.6 (2025-03-08)
2+
3+
## Bug Fixes
4+
5+
- fix doc errors
6+
17
## 1.0.5 (2025-03-05)
28

39
## Bug Fixes

project/raspberrypi4b/interface/inc/spi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ typedef enum
6969
* @brief spi bus init
7070
* @param[in] *name pointer to a spi device name buffer
7171
* @param[out] *fd pointer to a spi device handle buffer
72-
* @param[in] mode spi mode.
72+
* @param[in] mode spi mode
7373
* @param[in] freq spi running frequence
7474
* @return status code
7575
* - 0 success

project/raspberrypi4b/interface/src/spi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* @brief spi bus init
4444
* @param[in] *name pointer to a spi device name buffer
4545
* @param[out] *fd pointer to a spi device handle buffer
46-
* @param[in] mode spi mode.
46+
* @param[in] mode spi mode
4747
* @param[in] freq spi running frequence
4848
* @return status code
4949
* - 0 success

0 commit comments

Comments
 (0)