Skip to content
Snippets Groups Projects
Commit 8e4296d0 authored by Julian Oes's avatar Julian Oes
Browse files

parameters: remove unneeded usleep

According to @bkueng this was to schedule other processes but can now be
removed.
parent 5280a4ab
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment