From bb63f44c2a9d985e2eb3bfb038e2aec306430f8a Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 10 Mar 2018 12:41:16 +0000 Subject: [PATCH] Minor fixes git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11680 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/hts221.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/os/ex/ST/hts221.h b/os/ex/ST/hts221.h index f07ae6235..c6f2f9f5f 100644 --- a/os/ex/ST/hts221.h +++ b/os/ex/ST/hts221.h @@ -76,7 +76,7 @@ /** * @brief HTS221 thermometer subsystem characteristics. - * @note Sensitivity is expressed as °C/LSB whereas. + * @note Sensitivity is expressed as °C/LSB. * * @{ */ @@ -353,11 +353,11 @@ typedef struct { */ hts221_bdu_t blockdataupdate; /** - * @brief HTS221 hygrometer subsystem resolution. + * @brief HTS221 hygrometer subsystem resolution. */ hts221_avgh_t hygroresolution; /** - * @brief HTS221 thermometer subsystem resolution. + * @brief HTS221 thermometer subsystem resolution. */ hts221_avgt_t thermoresolution; #endif