From a09b6af0608c1e7d2a7f37234acda39951370c30 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Apr 2014 13:24:12 -0600 Subject: Fix a error introduce in a recent commit --- apps/examples/cpuhog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 -- cgit v1.2.3