aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-10 10:11:08 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-10 10:11:08 +0000
commit3c5dff225250a49bf6f67c5be2540c38d013833f (patch)
treeca21dad181ef413e67f0b650dcd1a57e756901b4 /os/ex
parent8887dbbde2e35d3ed21a8b5cee9be2a68bfe900c (diff)
downloadChibiOS-3c5dff225250a49bf6f67c5be2540c38d013833f.tar.gz
ChibiOS-3c5dff225250a49bf6f67c5be2540c38d013833f.tar.bz2
ChibiOS-3c5dff225250a49bf6f67c5be2540c38d013833f.zip
Minor fixes in HTS221 driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11679 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex')
-rw-r--r--os/ex/ST/hts221.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/hts221.h b/os/ex/ST/hts221.h
index c6e595fb7..f07ae6235 100644
--- a/os/ex/ST/hts221.h
+++ b/os/ex/ST/hts221.h
@@ -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. */
/*===========================================================================*/
/**