mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
AP_GPS: use ground_course in preference to ground_course_cd
This commit is contained in:
parent
358069df24
commit
d426d8e1f8
@ -111,7 +111,7 @@ void loop()
|
||||
hal.console->printf(" Alt: %.2fm GSP: %.2fm/s CoG: %d SAT: %d TIM: %u/%lu STATUS: %u\n",
|
||||
(double)(loc.alt * 0.01f),
|
||||
(double)gps.ground_speed(),
|
||||
(int)gps.ground_course_cd() / 100,
|
||||
(int)gps.ground_course(),
|
||||
gps.num_sats(),
|
||||
gps.time_week(),
|
||||
(long unsigned int)gps.time_week_ms(),
|
||||
|
Loading…
Reference in New Issue
Block a user