From 478049fc4fbd1be4fb026fef3c0d0a9d17ec837c Mon Sep 17 00:00:00 2001 From: Juha Niskanen Date: Wed, 10 May 2017 08:27:35 -0600 Subject: [PATCH] examples/configdata: add stacksize and priority --- examples/configdata/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/configdata/Makefile b/examples/configdata/Makefile index fa0bb9efc..a13ae7a6d 100644 --- a/examples/configdata/Makefile +++ b/examples/configdata/Makefile @@ -38,6 +38,8 @@ # CONFIGDATA Unit Test APPNAME = configdata +PRIORITY = SCHED_PRIORITY_DEFAULT +STACKSIZE = 2048 ASRCS = CSRCS =