mirror of https://github.com/ArduPilot/ardupilot
GPS: fixed type to be consistent with declaration
This commit is contained in:
parent
09bd94cd6d
commit
f39deb3589
|
@ -139,7 +139,7 @@ protected:
|
|||
/// @param bytes pointer to a buffer containing bytes representing an
|
||||
/// int in the wrong byte order
|
||||
/// @returns endian-swapped value
|
||||
int _swapi(const void *bytes);
|
||||
int16_t _swapi(const void *bytes);
|
||||
|
||||
/// emit an error message
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue