xiaoxiang781216 commented on code in PR #19537:
URL: https://github.com/apache/nuttx/pull/19537#discussion_r3652441406
##########
binfmt/elf.c:
##########
@@ -184,8 +184,19 @@ static int elf_loadbinary(FAR struct binary_s *binp,
binp->stacksize = CONFIG_ELF_STACKSIZE;
}
+ /* A zero nx_priority means "use the default", not "priority zero". That
+ * is how apps/Application.mk encodes PRIORITY = SCHED_PRIORITY_DEFAULT:
+ *
+ * SYM_PRIORITY = $(if $(filter SCHED_PRIORITY_DEFAULT,\
Review Comment:
how about remove the filter from Application.mk?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]