mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: replace "long" with "int32_t"
This commit is contained in:
parent
2ad383505c
commit
ea860126e0
|
@ -87,7 +87,7 @@ public:
|
|||
/// @param latitude GPS Latitude.
|
||||
/// @param longitude GPS Longitude.
|
||||
///
|
||||
void set_initial_location(long latitude, long longitude);
|
||||
void set_initial_location(int32_t latitude, int32_t longitude);
|
||||
|
||||
/// Program new offset values.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue