cederom commented on code in PR #3330:
URL: https://github.com/apache/nuttx-apps/pull/3330#discussion_r2691857967


##########
testing/ostest/mqueue.c:
##########
@@ -348,7 +341,7 @@ void mqueue_test(void)
       ASSERT(false);
     }
 
-  sparam.sched_priority = (prio_min + prio_mid) / 2;
+  sparam.sched_priority = PRIORITY - 10;

Review Comment:
   what if someone sets priority <= 10 for any reason? shouldn't we have a 
check here?



-- 
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]

Reply via email to