mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 19:10:34 +08:00
Added missing px4_ prefixes
NuttX build required missing px4_ prefix for systemreset and task_spawn_cmd Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -202,7 +202,7 @@ int AttitudeEstimatorQ::start() {
|
||||
ASSERT(_control_task == -1);
|
||||
|
||||
/* start the task */
|
||||
_control_task = task_spawn_cmd("attitude_estimator_q",
|
||||
_control_task = px4_task_spawn_cmd("attitude_estimator_q",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
2500,
|
||||
|
||||
Reference in New Issue
Block a user