aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-10 12:45:33 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-10 12:45:33 +0000
commit4711b513853e256509c07a33ae18a2ec183aa38c (patch)
treec85a1a70384cf6452f6bc6d0931e809eea5fda17 /os/ex
parentfacb9afaf2314cc51c2aea40f593761829c316f1 (diff)
downloadChibiOS-4711b513853e256509c07a33ae18a2ec183aa38c.tar.gz
ChibiOS-4711b513853e256509c07a33ae18a2ec183aa38c.tar.bz2
ChibiOS-4711b513853e256509c07a33ae18a2ec183aa38c.zip
Removed unused masks
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11682 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex')
-rw-r--r--os/ex/ST/hts221.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/os/ex/ST/hts221.c b/os/ex/ST/hts221.c
index a426b2c9a..735c8f7bc 100644
--- a/os/ex/ST/hts221.c
+++ b/os/ex/ST/hts221.c
@@ -34,13 +34,6 @@
/* Driver local definitions. */
/*===========================================================================*/
-#define HTS221_SEL(mask, offset) (int16_t)(mask << offset)
-
-#define HTS221_FLAG_HYGRO_BIAS 0x01
-#define HTS221_FLAG_HYGRO_SENS 0x02
-#define HTS221_FLAG_THERMO_BIAS 0x04
-#define HTS221_FLAG_THERMO_SENS 0x08
-
/*===========================================================================*/
/* Driver exported variables. */
/*===========================================================================*/