drivers/include/hts221.h : Remove ifndef for I2C

This commit is contained in:
Akshai M 2020-04-07 22:37:47 +05:30
parent 1e6c0e3935
commit 6757d97766

View File

@ -36,9 +36,7 @@ extern "C" {
/**
* @brief Default I2C bus address (7 Bit) of HTS221 devices
*/
#ifndef HTS221_I2C_ADDRESS
#define HTS221_I2C_ADDRESS (0x5F)
#endif
/**
* @brief Parameters needed for device initialization