diff --git a/core/include/esp/iomux_regs.h b/core/include/esp/iomux_regs.h index ff6f614..7cb2cd0 100644 --- a/core/include/esp/iomux_regs.h +++ b/core/include/esp/iomux_regs.h @@ -80,8 +80,8 @@ _Static_assert(sizeof(struct IOMUX_REGS) == 0x44, "IOMUX_REGS is the wrong size" #define IOMUX_GPIO2_FUNC_GPIO IOMUX_FUNC(0) #define IOMUX_GPIO2_FUNC_I2SO_WS IOMUX_FUNC(1) -#define IOMUX_GPIO2_FUNC_UART1_TXD_BLINK IOMUX_FUNC(2) -#define IOMUX_GPIO2_FUNC_UART0_TXD_BLINK IOMUX_FUNC(4) +#define IOMUX_GPIO2_FUNC_UART1_TXD IOMUX_FUNC(2) +#define IOMUX_GPIO2_FUNC_UART0_TXD IOMUX_FUNC(4) #define IOMUX_GPIO3_FUNC_UART0_RXD IOMUX_FUNC(0) #define IOMUX_GPIO3_FUNC_I2SO_DATA IOMUX_FUNC(1)