mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
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:
@@ -49,7 +49,7 @@
|
|||||||
# error CONFIG_OPENAMP_CACHE must be set
|
# error CONFIG_OPENAMP_CACHE must be set
|
||||||
# endif
|
# endif
|
||||||
# if defined(CONFIG_ARMV7M_DCACHE) && !defined(CONFIG_ARM_MPU)
|
# 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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user