aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-10 12:41:16 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-10 12:41:16 +0000
commitbb63f44c2a9d985e2eb3bfb038e2aec306430f8a (patch)
tree475d6ff0ce25a034e610ae855ab14f1cc2ad13cb /os/ex
parent3c5dff225250a49bf6f67c5be2540c38d013833f (diff)
downloadChibiOS-bb63f44c2a9d985e2eb3bfb038e2aec306430f8a.tar.gz
ChibiOS-bb63f44c2a9d985e2eb3bfb038e2aec306430f8a.tar.bz2
ChibiOS-bb63f44c2a9d985e2eb3bfb038e2aec306430f8a.zip
Minor fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11680 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex')
-rw-r--r--os/ex/ST/hts221.h6
1 files 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