fix(stm32h7): malformed compiler error message

The malformed compiler error message was added in the initial commit of
the stm32_rptun module (2fffd7dad6).
This commit is contained in:
Lars Kruse 2025-05-04 02:21:22 +02:00 committed by Xiang Xiao
parent 9afc9868f6
commit fa719f52f6

View file

@ -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