TaiJuWu commented on code in PR #10776:
URL: https://github.com/apache/nuttx/pull/10776#discussion_r1359878610


##########
sched/semaphore/spinlock.c:
##########
@@ -474,7 +474,7 @@ void spin_clrbit(FAR volatile cpu_set_t *set, unsigned int 
cpu,
 
 void read_lock(FAR volatile rwlock_t *lock)
 {
-  rwlock_t old;
+  int32_t old;

Review Comment:
   Just for pass Mac sim-02 ci



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