Minor fixes

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11680 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Rocco Marco Guglielmi 2018-03-10 12:41:16 +00:00
parent 3c5dff2252
commit bb63f44c2a
1 changed files with 3 additions and 3 deletions

View File

@ -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