From 63812b847ae23b61fb19b4e31fee218689cf6dea Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Wed, 22 Feb 2017 06:59:42 -1000 Subject: [PATCH] px4fmu-v3 nsh Update for upstream NuttX removed CONFIG_LIBC_ARCH_BZERO --- nuttx-configs/px4fmu-v3/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/nuttx-configs/px4fmu-v3/nsh/defconfig b/nuttx-configs/px4fmu-v3/nsh/defconfig index 7eccd6f106..cac8061262 100644 --- a/nuttx-configs/px4fmu-v3/nsh/defconfig +++ b/nuttx-configs/px4fmu-v3/nsh/defconfig @@ -1233,7 +1233,6 @@ CONFIG_LIBC_ARCH_MEMCPY=y # CONFIG_LIBC_ARCH_STRNCPY is not set # CONFIG_LIBC_ARCH_STRLEN is not set # CONFIG_LIBC_ARCH_STRNLEN is not set -# CONFIG_LIBC_ARCH_BZERO is not set # CONFIG_LIBC_ARCH_ELF is not set CONFIG_ARMV7M_MEMCPY=y # CONFIG_NOPRINTF_FIELDWIDTH is not set