File tree 3 files changed +8
-2
lines changed
project/raspberrypi4b/interface
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.6 (2025-03-08)
2
+
3
+ ## Bug Fixes
4
+
5
+ - fix doc errors
6
+
1
7
## 1.0.5 (2025-03-05)
2
8
3
9
## Bug Fixes
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ typedef enum
69
69
* @brief spi bus init
70
70
* @param[in] *name pointer to a spi device name buffer
71
71
* @param[out] *fd pointer to a spi device handle buffer
72
- * @param[in] mode spi mode.
72
+ * @param[in] mode spi mode
73
73
* @param[in] freq spi running frequence
74
74
* @return status code
75
75
* - 0 success
Original file line number Diff line number Diff line change 43
43
* @brief spi bus init
44
44
* @param[in] *name pointer to a spi device name buffer
45
45
* @param[out] *fd pointer to a spi device handle buffer
46
- * @param[in] mode spi mode.
46
+ * @param[in] mode spi mode
47
47
* @param[in] freq spi running frequence
48
48
* @return status code
49
49
* - 0 success
You can’t perform that action at this time.
0 commit comments