summaryrefslogtreecommitdiff
path: root/apps/examples/cpuhog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-22 13:24:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-22 13:24:12 -0600
commita09b6af0608c1e7d2a7f37234acda39951370c30 (patch)
tree9caeb5f8e9a023bc41862730f4dc56b6142b9169 /apps/examples/cpuhog
parent4ab110139337ce2b6d0f142fe23f241797fdb5e8 (diff)
downloadnuttx-a09b6af0608c1e7d2a7f37234acda39951370c30.tar.gz
nuttx-a09b6af0608c1e7d2a7f37234acda39951370c30.tar.bz2
nuttx-a09b6af0608c1e7d2a7f37234acda39951370c30.zip
Fix a error introduce in a recent commit
Diffstat (limited to 'apps/examples/cpuhog')
-rw-r--r--apps/examples/cpuhog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/cpuhog/Makefile b/apps/examples/cpuhog/Makefile
index ae3977d13..f946d9877 100644
--- a/apps/examples/cpuhog/Makefile
+++ b/apps/examples/cpuhog/Makefile
@@ -62,7 +62,7 @@ ROOTDEPPATH = --dep-path .
# Built-in application info
-ONFIG_EXAMPLES_CPUHOG_PRIORITY ?= 50
+CONFIG_EXAMPLES_CPUHOG_PRIORITY ?= 50
CONFIG_EXAMPLES_CPUHOG_STACKSIZE ?= 2048
APPNAME = cpuhog