1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/hts211: fix CTRL_REG2_OS_EN

fixes #11013
This commit is contained in:
smlng 2019-02-14 18:03:35 +01:00
parent 288e29a76b
commit 6fc3c82072

View File

@ -125,7 +125,7 @@ enum {
*/
#define HTS221_REGS_CTRL_REG2_BOOT (1 << 7) /**< Reboot memory content */
#define HTS221_REGS_CTRL_REG2_HEATER (1 << 1) /**< Heater ON */
#define HTS221_REGS_CTRL_REG2_OS_EN (1 << 2) /**< One-shot enable, start new dataset */
#define HTS221_REGS_CTRL_REG2_OS_EN (1 << 0) /**< One-shot enable, start new dataset */
/** @} */
/**