From f72f276899d921cdee5ca64a26317e1f155ba646 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Sun, 28 Jun 2020 23:01:10 +0200 Subject: [PATCH] boards/slstk3402a: remove SI7021_ENABLED Other boards do not have this in favor of MODULE_SI7021. --- boards/slstk3402a/include/board.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/boards/slstk3402a/include/board.h b/boards/slstk3402a/include/board.h index 53c5565ccb..5ebff1cb2d 100644 --- a/boards/slstk3402a/include/board.h +++ b/boards/slstk3402a/include/board.h @@ -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)