Skip to content

Commit 97a2ab1

Browse files
committed
Adds description of length parameter for writeRegion() in both header locations where it was missing.
1 parent 3ac4a2c commit 97a2ab1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sfeTk/sfeTkIBus.h

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class sfeTkIBus
107107
/**--------------------------------------------------------------------------
108108
* @brief Send an array of data to the device.
109109
* @param data Data to write.
110+
* @param length - length of data.
110111
*
111112
* @retval sfeTkError_t - kSTkErrOk on successful execution.
112113
*

src/sfeTkArdI2C.h

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class sfeTkArdI2C : public sfeTkII2C
133133
@note sfeTkIBus interface method
134134
135135
@param data Data to write.
136+
@param length - length of data
136137
137138
@retval returns kStkErrOk on success
138139
*/

0 commit comments

Comments
 (0)