AP_GPS: fixed build warning

This commit is contained in:
Andrew Tridgell 2015-01-19 11:22:10 +11:00
parent 731678b0a1
commit 62e7778ba8

View File

@ -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);