From d5cbc525e8a9c738ce458d308e6815e82c1bc870 Mon Sep 17 00:00:00 2001 From: Chen Jichang Date: Sat, 12 Oct 2024 15:20:08 +0800 Subject: [PATCH] fix(parlio): fix spelling error in reg_base.h --- components/soc/esp32h2/include/soc/reg_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/soc/esp32h2/include/soc/reg_base.h b/components/soc/esp32h2/include/soc/reg_base.h index 70d5d8b212..f8459f6b72 100644 --- a/components/soc/esp32h2/include/soc/reg_base.h +++ b/components/soc/esp32h2/include/soc/reg_base.h @@ -24,7 +24,7 @@ #define DR_REG_PCNT_BASE 0x60012000 #define DR_REG_SOC_ETM_BASE 0x60013000 #define DR_REG_MCPWM_BASE 0x60014000 -#define DR_REG_PARl_IO_BASE 0x60015000 +#define DR_REG_PARL_IO_BASE 0x60015000 #define DR_REG_PVT_MONITOR_BASE 0x60019000 #define DR_REG_GDMA_BASE 0x60080000 #define DR_REG_SPI2_BASE 0x60081000