mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-12 17:20:35 +08:00
px4_module: use px4_atomic_t
This commit is contained in:
@@ -151,7 +151,7 @@ int LoadMon::task_spawn(int argc, char *argv[])
|
||||
return ret;
|
||||
}
|
||||
|
||||
_object = obj;
|
||||
_object.store(obj);
|
||||
_task_id = task_id_is_work_queue;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user