mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 06:37:35 +08:00
4e6139d9fb
Generally exit() should not be used on Posix, because it exits the whole program instead of only the task.