This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit fa719f52f6b1950bfaebb7352521dd0347015035
Author: Lars Kruse <de...@sumpfralle.de>
AuthorDate: Sun May 4 02:21:22 2025 +0200

    fix(stm32h7): malformed compiler error message
    
    The malformed compiler error message was added in the initial commit of
    the stm32_rptun module (2fffd7dad6).
---
 arch/arm/src/stm32h7/stm32_rptun.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/stm32h7/stm32_rptun.c 
b/arch/arm/src/stm32h7/stm32_rptun.c
index f0f03e2c66..c68f4a8948 100644
--- a/arch/arm/src/stm32h7/stm32_rptun.c
+++ b/arch/arm/src/stm32h7/stm32_rptun.c
@@ -49,7 +49,7 @@
 #    error CONFIG_OPENAMP_CACHE must be set
 #  endif
 #  if defined(CONFIG_ARMV7M_DCACHE) && !defined(CONFIG_ARM_MPU)
-#    erro CONFIG_ARM_MPU must be enabled
+#    error CONFIG_ARM_MPU must be enabled
 #  endif
 #endif
 

Reply via email to