summaryrefslogtreecommitdiff
path: root/apps/examples/adc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 11:17:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 11:17:05 -0600
commitf146a8370a95b488297c44a561badc474f158c00 (patch)
treea1146b32ebb443de464ab4a1854076482b242465 /apps/examples/adc
parenta4d7e282806939ce47853db9de0e80471b0e256f (diff)
downloadnuttx-f146a8370a95b488297c44a561badc474f158c00.tar.gz
nuttx-f146a8370a95b488297c44a561badc474f158c00.tar.bz2
nuttx-f146a8370a95b488297c44a561badc474f158c00.zip
Several fixes for errors introduced by last check-ins
Diffstat (limited to 'apps/examples/adc')
-rw-r--r--apps/examples/adc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/adc/Makefile b/apps/examples/adc/Makefile
index 14b83ffa6..5d1d89e1f 100644
--- a/apps/examples/adc/Makefile
+++ b/apps/examples/adc/Makefile
@@ -94,7 +94,7 @@ else
install:
endif
-`
+
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)