mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 08:20:34 +08:00
px4_module: use px4_atomic_t
This commit is contained in:
@@ -189,7 +189,7 @@ RCInput::cycle_trampoline(void *arg)
|
||||
return;
|
||||
}
|
||||
|
||||
_object = dev;
|
||||
_object.store(dev);
|
||||
}
|
||||
|
||||
dev->cycle();
|
||||
|
||||
Reference in New Issue
Block a user