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:
parent
8887dbbde2
commit
3c5dff2252
|
@ -82,7 +82,7 @@
|
|||
*/
|
||||
#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. */
|
||||
/*===========================================================================*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue