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:
parent
facb9afaf2
commit
4711b51385
|
@ -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. */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue