mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 10:58:30 -04:00
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
|
/// @param bytes pointer to a buffer containing bytes representing an
|
||||||
/// int in the wrong byte order
|
/// int in the wrong byte order
|
||||||
/// @returns endian-swapped value
|
/// @returns endian-swapped value
|
||||||
int _swapi(const void *bytes);
|
int16_t _swapi(const void *bytes);
|
||||||
|
|
||||||
/// emit an error message
|
/// emit an error message
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user