Skip to content
Snippets Groups Projects
Commit 62e7778b authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_GPS: fixed build warning

parent 731678b0
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ void loop()
(int)gps.ground_course_cd() / 100,
gps.num_sats(),
gps.time_week(),
gps.time_week_ms(),
(unsigned long)gps.time_week_ms(),
gps.status());
}
hal.scheduler->delay(10);
......
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