AP_Compass: replace "long" with "int32_t"

This commit is contained in:
rmackay9 2012-08-18 16:58:16 +09:00
parent 2ad383505c
commit ea860126e0
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///