diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-10 12:45:33 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-10 12:45:33 +0000 |
commit | 4711b513853e256509c07a33ae18a2ec183aa38c (patch) | |
tree | c85a1a70384cf6452f6bc6d0931e809eea5fda17 /os/ex/ST/hts221.c | |
parent | facb9afaf2314cc51c2aea40f593761829c316f1 (diff) | |
download | ChibiOS-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/ST/hts221.c')
-rw-r--r-- | os/ex/ST/hts221.c | 7 |
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. */
/*===========================================================================*/
|