Change the way thread priority is handled in binfmt/ to better match the way that priority is set up for the builtin tasks

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5527 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-01-17 00:30:12 +00:00
parent 7b223f7d4a
commit 828c1c65c7
11 changed files with 187 additions and 47 deletions
+1
View File
@@ -136,6 +136,7 @@ static int builtin_loadbinary(struct binary_s *binp)
binp->entrypt = g_builtins[index].main;
binp->stacksize = g_builtins[index].stacksize;
binp->priority = g_builtins[index].priority;
return OK;
}