mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_GPS: fixed build warning
This commit is contained in:
parent
731678b0a1
commit
62e7778ba8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user