mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 05:00:34 +08:00
platforms: remove old lockstep functionality
These functions won't be used any longer with the new implementation.
This commit is contained in:
@@ -590,12 +590,6 @@ out:
|
||||
bool
|
||||
uORB::DeviceNode::appears_updated(SubscriberData *sd)
|
||||
{
|
||||
|
||||
/* block if in simulation mode */
|
||||
while (px4_sim_delay_enabled()) {
|
||||
px4_usleep(100);
|
||||
}
|
||||
|
||||
/* assume it doesn't look updated */
|
||||
bool ret = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user