arch/xtensa/src/esp32/hardware: PIN_CTRL was defined twice.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
0ba0a3a092
commit
7db8b920ff
@ -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
|
||||
****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user