From 37487f1c5e214be4066e767e8d3726d8e6afa320 Mon Sep 17 00:00:00 2001 From: gaoxu Date: Wed, 15 May 2024 17:34:25 +0800 Subject: [PATCH] feat(gpio): fix the fspics0 in io mux reg --- components/soc/esp32c5/mp/include/soc/io_mux_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/soc/esp32c5/mp/include/soc/io_mux_reg.h b/components/soc/esp32c5/mp/include/soc/io_mux_reg.h index 24eddd2da3..1a9dec1b88 100644 --- a/components/soc/esp32c5/mp/include/soc/io_mux_reg.h +++ b/components/soc/esp32c5/mp/include/soc/io_mux_reg.h @@ -205,7 +205,6 @@ extern "C" { #define FUNC_GPIO7_GPIO7_0 0 #define PERIPHS_IO_MUX_U_PAD_GPIO8 (REG_IO_MUX_BASE + 0x20) -#define FUNC_GPIO8_FSPICS0 2 #define FUNC_GPIO8_GPIO8 1 #define FUNC_GPIO8_GPIO8_0 0 @@ -214,6 +213,7 @@ extern "C" { #define FUNC_GPIO9_GPIO9_0 0 #define PERIPHS_IO_MUX_U_PAD_GPIO10 (REG_IO_MUX_BASE + 0x28) +#define FUNC_GPIO10_FSPICS0 2 #define FUNC_GPIO10_GPIO10 1 #define FUNC_GPIO10_GPIO10_0 0