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
This commit is contained in:
patacongo
2012-10-21 15:47:34 +00:00
parent e924c5a0b8
commit a630e4a117
5 changed files with 154 additions and 7 deletions
+1 -1
View File
@@ -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