mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_GPS: fix missing-declaration warning in example
This commit is contained in:
parent
9ee0befb38
commit
73c81519da
@ -65,6 +65,7 @@ void setup()
|
|||||||
/*
|
/*
|
||||||
print a int32_t lat/long in decimal degrees
|
print a int32_t lat/long in decimal degrees
|
||||||
*/
|
*/
|
||||||
|
void print_latlon(AP_HAL::BetterStream *s, int32_t lat_or_lon);
|
||||||
void print_latlon(AP_HAL::BetterStream *s, int32_t lat_or_lon)
|
void print_latlon(AP_HAL::BetterStream *s, int32_t lat_or_lon)
|
||||||
{
|
{
|
||||||
int32_t dec_portion, frac_portion;
|
int32_t dec_portion, frac_portion;
|
||||||
|
Loading…
Reference in New Issue
Block a user