mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
boards/sama5: update the reserved syscall count
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
6cc0aaf5b9
commit
d93fb526c7
2 changed files with 2 additions and 2 deletions
|
@ -75,5 +75,5 @@ CONFIG_SCHED_HPWORKPRIORITY=192
|
|||
CONFIG_SCHED_WAITPID=y
|
||||
CONFIG_SYMTAB_ORDEREDBYNAME=y
|
||||
CONFIG_SYSTEM_READLINE=y
|
||||
CONFIG_SYS_RESERVED=1
|
||||
CONFIG_SYS_RESERVED=4
|
||||
CONFIG_USART3_SERIAL_CONSOLE=y
|
||||
|
|
|
@ -84,5 +84,5 @@ CONFIG_SCHED_WAITPID=y
|
|||
CONFIG_SDIO_BLOCKSETUP=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_SYSTEM_NSH_PROGNAME="init"
|
||||
CONFIG_SYS_RESERVED=6
|
||||
CONFIG_SYS_RESERVED=7
|
||||
CONFIG_USART3_SERIAL_CONSOLE=y
|
||||
|
|
Loading…
Reference in a new issue