From cf768380b13de4b4f10bd15936471b38a5a1c85f Mon Sep 17 00:00:00 2001 From: Vitor Massaru Iha Date: Mon, 20 Nov 2017 08:14:31 -0200 Subject: [PATCH] soc: Remove redefinition of MCU_SEL_M Signed-off-by: Vitor Massaru Iha Merges #1290 --- components/soc/esp32/include/soc/io_mux_reg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/components/soc/esp32/include/soc/io_mux_reg.h b/components/soc/esp32/include/soc/io_mux_reg.h index be07c6bcd..2598989d0 100644 --- a/components/soc/esp32/include/soc/io_mux_reg.h +++ b/components/soc/esp32/include/soc/io_mux_reg.h @@ -72,7 +72,6 @@ #define MCU_SEL_M (MCU_SEL_V << MCU_SEL_S) #define MCU_SEL_V 0x7 #define MCU_SEL_S 12 -#define MCU_SEL_V 0x7 #define PIN_INPUT_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,FUN_IE) #define PIN_INPUT_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,FUN_IE)