mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
This fixes the issue with initializing channels 5,6 without channels 1-4. The code assumed all timers actions were in order to be initialized. This is not the case. This commit fixes that bad assumption by not stopping the configuration on the first action entry with a base == 0, but processing all entries with non-zero base.