xiaoxiang781216 commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1328039647
########## include/nuttx/spinlock.h: ########## @@ -51,6 +52,21 @@ typedef uint8_t spinlock_t; #include <arch/spinlock.h> +struct fair_spinlock_s Review Comment: we shouldn't add new fair_spinlock_s, but: 1. Improve spinlock_t directly 2. Add Kcoonfig to enable 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