mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_Compass: replace "long" with "int32_t"
This commit is contained in:
parent
8a29f47ce0
commit
71f12fbc9b
@ -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
Block a user