mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
a23b30d625
it inappropriate to apply volatile to the task list: 1.The code access task list is already protected by critical section 2.The queue is complex struct, it isn't enough to protect by volatile Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>