From b379249a3115286fe2c2dae9530c8672cc52d12f Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Wed, 22 Feb 2017 06:59:38 -1000 Subject: [PATCH] crazyflie nsh Update for upstream NuttX removed CONFIG_LIBC_ARCH_BZERO --- nuttx-configs/crazyflie/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/nuttx-configs/crazyflie/nsh/defconfig b/nuttx-configs/crazyflie/nsh/defconfig index b93dd70a60..2774de4a09 100644 --- a/nuttx-configs/crazyflie/nsh/defconfig +++ b/nuttx-configs/crazyflie/nsh/defconfig @@ -1124,7 +1124,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