mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 04:17:35 +08:00
Build fix, replaced usleep with up_udelay in memory lockdown state
This commit is contained in:
@@ -242,7 +242,7 @@ user_start(int argc, char *argv[])
|
||||
}
|
||||
|
||||
phase = !phase;
|
||||
usleep(300000);
|
||||
up_udelay(300000);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user