mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 08:30:12 +08:00
WorkItemSingleShot::_sem is a signaling semaphore, disable PI for it. Set CONFIG_DEBUG_ASSERTIONS=y and the kernel panics due to the semaphore having no holder, disabling PI fixes this.