From 3cf3742f8c891a8238a0d1cd2e7725806928e451 Mon Sep 17 00:00:00 2001 From: Silke Hofstra Date: Sat, 2 Feb 2019 22:50:20 +0100 Subject: [PATCH] hdc1000: fix documentation for HDC1000_PARAM_RENEW_INTERVAL The documentation refers to the `HDC1000_PARAM_RENEW_INTERVAL` as `HDC1000_RENEW_INTERVAL`. --- drivers/include/hdc1000.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/include/hdc1000.h b/drivers/include/hdc1000.h index f7a7ba1f50..5003644e70 100644 --- a/drivers/include/hdc1000.h +++ b/drivers/include/hdc1000.h @@ -161,8 +161,9 @@ int hdc1000_read(const hdc1000_t *dev, int16_t *temp, int16_t *hum); * @brief Extended read function including caching capability * * This function will return cached values if they are within the sampling - * period (HDC1000_RENEW_INTERVAL), or will trigger a new conversion, wait for - * the conversion to be finished and the get the results from the device. + * period (HDC1000_PARAM_RENEW_INTERVAL), or will trigger a new conversion, + * wait for the conversion to be finished and the get the results from the + * device. * * @param[in] dev device descriptor of sensor * @param[out] temp temperature [in 100 * degree centigrade]