forked from Archive/PX4-Autopilot
Build fix, replaced usleep with up_udelay in memory lockdown state
This commit is contained in:
parent
f504863fee
commit
c3e4e4ee68
|
@ -242,7 +242,7 @@ user_start(int argc, char *argv[])
|
|||
}
|
||||
|
||||
phase = !phase;
|
||||
usleep(300000);
|
||||
up_udelay(300000);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue