diff options
Diffstat (limited to 'os/ex/ST/hts221.c')
-rw-r--r-- | os/ex/ST/hts221.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/hts221.c b/os/ex/ST/hts221.c index 69ca9da56..23624d888 100644 --- a/os/ex/ST/hts221.c +++ b/os/ex/ST/hts221.c @@ -101,7 +101,7 @@ msg_t hts221I2CWriteRegister(I2CDriver *i2cp, uint8_t* txbuf, size_t n) { * calibration registers.
* @notapi
*
- * @param[in] dev pointer to the HTS221 interface
+ * @param[in] devp pointer to the HTS221 interface
* @param[in] flag flag to select parameters
* @return the operation status.
*/
|