Minor fixes in HTS221 driver

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

View File

@ -82,7 +82,7 @@
*/ */
#define HTS221_THERMO_NUMBER_OF_AXES 1U #define HTS221_THERMO_NUMBER_OF_AXES 1U
#define HTS221_THERMO_SENS 00015625f #define HTS221_THERMO_SENS 0.0015625f
/** @} */ /** @} */
/** /**
@ -165,7 +165,7 @@
/** @} */ /** @} */
/*===========================================================================*/ /*===========================================================================*/
/* Driver pre-thermoile time settings. */ /* Driver pre-compile time settings. */
/*===========================================================================*/ /*===========================================================================*/
/** /**