mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
binfmt/elf: Set elf tcb priority level to default
This commit is contained in:
parent
e5f9b7d66b
commit
1137927bd7
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ static int elf_loadbinary(FAR struct binary_s *binp)
|
|||
|
||||
binp->entrypt = (main_t)(loadinfo.textalloc + loadinfo.ehdr.e_entry);
|
||||
binp->stacksize = CONFIG_ELF_STACKSIZE;
|
||||
binp->priority = SCHED_PRIORITY_DEFAULT;
|
||||
|
||||
/* Add the ELF allocation to the alloc[] only if there is no address
|
||||
* environment. If there is an address environment, it will automatically
|
||||
|
|
Loading…
Reference in a new issue