diff --git a/src/drivers/px4io/px4io.cpp b/src/drivers/px4io/px4io.cpp index 87f9fff4c3..a52bc3d51a 100644 --- a/src/drivers/px4io/px4io.cpp +++ b/src/drivers/px4io/px4io.cpp @@ -853,6 +853,9 @@ PX4IO::init() _primary_pwm_device = true; } + /* ensure PWM limits are applied before any other module starts */ + update_params(); + /* start the IO interface task */ _task = px4_task_spawn_cmd("px4io", SCHED_DEFAULT,