Removed unused masks

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11682 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Rocco Marco Guglielmi 2018-03-10 12:45:33 +00:00
parent facb9afaf2
commit 4711b51385
1 changed files with 0 additions and 7 deletions

View File

@ -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. */
/*===========================================================================*/