arch/xtensa/src/esp32/hardware: PIN_CTRL was defined twice.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2020-09-28 20:48:26 +01:00
committed by Alan Carvalho de Assis
parent 0ba0a3a092
commit 7db8b920ff
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
#define PIN_FUNC_GPIO 2
#define PIN_CTRL (DR_REG_IO_MUX_BASE +0x00)
#define PIN_CTRL (DR_REG_IO_MUX_BASE + 0x00)
#define CLK_OUT3 0xf
#define CLK_OUT3_S 8
#define CLK_OUT2 0xf
@@ -776,8 +776,6 @@ extern int rom_i2c_writeReg(int block, int block_id, int reg_add,
#define FE2_TX_INF_FORCE_PD_V 1
#define FE2_TX_INF_FORCE_PD_S 9
#define PIN_CTRL (DR_REG_IO_MUX_BASE + 0x00)
/****************************************************************************
* Inline Functions
****************************************************************************/