Update navigator_main.cpp

fix a spell error
This commit is contained in:
FantasyJXF
2017-04-01 11:41:58 +08:00
committed by Lorenz Meier
parent 2a175aa2f9
commit d1c3b771ee
+1 -1
View File
@@ -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) {