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

This commit is contained in:
Akshai M 2020-04-07 23:23:41 +05:30
parent c6f55b6f81
commit de5db5c99d

View File

@ -50,12 +50,10 @@ enum {
MPL3115A2_ERROR_CNF, /**< Device configuration failed */ MPL3115A2_ERROR_CNF, /**< Device configuration failed */
}; };
#ifndef MPL3115A2_I2C_ADDRESS
/** /**
* @brief MPL3115A2 Default Address * @brief MPL3115A2 Default Address
*/ */
#define MPL3115A2_I2C_ADDRESS (0x60) #define MPL3115A2_I2C_ADDRESS (0x60)
#endif
/** /**
* @name Oversample Ratio configuration * @name Oversample Ratio configuration