Skip to content
Snippets Groups Projects
Commit d1c3b771 authored by FantasyJXF's avatar FantasyJXF Committed by Lorenz Meier
Browse files

Update navigator_main.cpp

fix a spell error
parent 2a175aa2
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,7 @@ Navigator::task_main()
while (!_task_should_exit) {
/* wait for up to 200ms for data */
/* wait for up to 1000ms for data */
int pret = px4_poll(&fds[0], (sizeof(fds) / sizeof(fds[0])), 1000);
if (pret == 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