diff options
Diffstat (limited to 'os/ex/ST/lis302dl.c')
-rw-r--r-- | os/ex/ST/lis302dl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/lis302dl.c b/os/ex/ST/lis302dl.c index 87b19ee62..cf5e96260 100644 --- a/os/ex/ST/lis302dl.c +++ b/os/ex/ST/lis302dl.c @@ -73,7 +73,7 @@ static void lis302dlSPIReadRegister(SPIDriver *spip, uint8_t reg, size_t n, * @param[in] spip pointer to the SPI interface
* @param[in] reg starting register address
* @param[in] n number of adjacent registers to write
- * @param[in] value pointer to a buffer of values.
+ * @param[in] b pointer to a buffer of values.
*/
static void lis302dlSPIWriteRegister(SPIDriver *spip, uint8_t reg, size_t n,
uint8_t* b) {
|