mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
armv8-m: correct CONFIG_SYS_RESERVED from 8 to 9 accordingly
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com> Change-Id: I94a24140c57f21e80b7a0c517e7458adf23e2c88
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
# ifdef CONFIG_BUILD_PROTECTED
|
||||
# ifndef CONFIG_SYS_RESERVED
|
||||
# error "CONFIG_SYS_RESERVED must be defined to have the value 8"
|
||||
# elif CONFIG_SYS_RESERVED != 8
|
||||
# error "CONFIG_SYS_RESERVED must have the value 8"
|
||||
# elif CONFIG_SYS_RESERVED != 9
|
||||
# error "CONFIG_SYS_RESERVED must have the value 9"
|
||||
# endif
|
||||
# else
|
||||
# ifndef CONFIG_SYS_RESERVED
|
||||
|
||||
Reference in New Issue
Block a user