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

boards/slstk3402a: remove SI7021_ENABLED

Other boards do not have this in favor of MODULE_SI7021.
This commit is contained in:
Bas Stottelaar 2020-06-28 23:01:10 +02:00
parent 3433a32cce
commit f72f276899

View File

@ -93,9 +93,6 @@ extern "C" {
* Connection to the on-board temperature/humidity sensor (Si7021).
* @{
*/
#ifndef SI7021_ENABLED
#define SI7021_ENABLED (1)
#endif
#define SI7021_I2C I2C_DEV(0)
#define SI7021_EN_PIN GPIO_PIN(PB, 10)