Skip to content

Commit

Permalink
Update navigator_main.cpp
Browse files Browse the repository at this point in the history
fix a spell error
  • Loading branch information
FantasyJXF authored and LorenzMeier committed Apr 2, 2017
1 parent 2a175aa commit d1c3b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/navigator/navigator_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d1c3b77

Please sign in to comment.