mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 16:50:35 +08:00
Adds scheduling call to ControlAllocator initialization
This commit is contained in:
@@ -93,6 +93,8 @@ ControlAllocator::init()
|
||||
return false;
|
||||
}
|
||||
|
||||
ScheduleDelayed(50_ms);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user