mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
Update navigator_main.cpp
fix a spell error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user