]> granicus.if.org Git - esp-idf/commitdiff
soc: Remove redefinition of MCU_SEL_M
authorVitor Massaru Iha <vitor@massaru.org>
Mon, 20 Nov 2017 10:14:31 +0000 (08:14 -0200)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 22 Nov 2017 03:01:42 +0000 (11:01 +0800)
Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>
Merges #1290

components/soc/esp32/include/soc/io_mux_reg.h

index be07c6bcd554750a785a22ad61b73cd8e9f79428..2598989d096d70c4cd91e3e7652fc13990f7833d 100644 (file)
@@ -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)