xiaoxiang781216 commented on code in PR #1711:
URL: https://github.com/apache/nuttx-apps/pull/1711#discussion_r1174620385


##########
testing/ostest/Makefile:
##########
@@ -97,6 +97,14 @@ endif
 ifeq ($(CONFIG_SCHED_WORKQUEUE),y)
 CSRCS += wqueue.c
 endif
+
+ifeq ($(CONFIG_PRIORITY_INHERITANCE),y)
+CSRCS += prioinherit.c
+endif
+
+ifneq ($(CONFIG_ARCH_SIM),y)

Review Comment:
   let's list this as a know issue before we can fix it.



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to