mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 10:54:08 +08:00
parameters: remove unneeded usleep
According to @bkueng this was to schedule other processes but can now be removed.
This commit is contained in:
parent
5280a4aba1
commit
8e4296d000
@ -1280,8 +1280,6 @@ param_import_internal(int fd, bool mark_saved)
|
||||
|
||||
do {
|
||||
result = bson_decoder_next(&decoder);
|
||||
// FIXME: it's unclear why this usleep is needed in the first place
|
||||
//px4_usleep(1);
|
||||
|
||||
} while (result > 0);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user