mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
In NuttX protected build there are separate work queues in kernel and user sides. pthreads are only available in user side, so use tasks and kthreads for memory protected builds. Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>