From 6bdc590516c514455459719b85e8cf379eabb03c Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sat, 4 Dec 2021 13:42:44 +0100 Subject: [PATCH] drivers/ccs811: small cleanups in documentation --- drivers/include/ccs811.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/include/ccs811.h b/drivers/include/ccs811.h index cba94db88b..8e65b0ee14 100644 --- a/drivers/include/ccs811.h +++ b/drivers/include/ccs811.h @@ -140,7 +140,7 @@ int ccs811_init (ccs811_t *dev, const ccs811_params_t *params); * * The function reads the IAQ sensor values (TVOC and eCO2) and/or the raw * sensor data. For either \p iaq_tvoc2, \p iaq_eco2, \p raw_i, or \p raw_v - * also ```NULL``` can be passed, if their value are not of interest. + * also `NULL` can be passed, if their value are not of interest. * * @note * - If the function is called and no new data are available, the function @@ -150,7 +150,7 @@ int ccs811_init (ccs811_t *dev, const ccs811_params_t *params); * new data are available. * - In #CCS811_MODE_250MS, only RAW data are available. In * that case, the function fails with error_code #CCS811_ERROR_NO_IAQ_DATA - * if \p iaq_tvoc and \p iaq_eco2 parameters are not ```NULL```. + * if \p iaq_tvoc and \p iaq_eco2 parameters are not `NULL`. * * @param[in] dev Device descriptor of CCS811 device to read from * @param[out] iaq_tvoc TVOC total volatile organic compound (0..1187 ppb)