summaryrefslogtreecommitdiff
path: root/nuttx/lib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-21 15:47:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-21 15:47:34 +0000
commit91e5f3be762398dfef29881ebd339c9deba11d92 (patch)
tree1791765d0da3de267f3cef832bc42efe6e362d55 /nuttx/lib
parentd7f2428afb540539a14827ecb2d757329acb71c9 (diff)
downloadpx4-nuttx-91e5f3be762398dfef29881ebd339c9deba11d92.tar.gz
px4-nuttx-91e5f3be762398dfef29881ebd339c9deba11d92.tar.bz2
px4-nuttx-91e5f3be762398dfef29881ebd339c9deba11d92.zip
Kconfig changes to get a clean STM32 ADC example build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5246 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib')
-rw-r--r--nuttx/lib/string/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/string/Make.defs b/nuttx/lib/string/Make.defs
index 16add6e89..191b9ffea 100644
--- a/nuttx/lib/string/Make.defs
+++ b/nuttx/lib/string/Make.defs
@@ -48,7 +48,7 @@ ifneq ($(CONFIG_ARCH_MEMCPY),y)
ifeq ($(CONFIG_MEMCPY_VIK),y)
CSRCS += lib_vikmemcpy.c
else
-CSRCS += lib_memccpy.c
+CSRCS += lib_memcpy.c
endif
endif