mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
GPS: fixed type to be consistent with declaration
This commit is contained in:
parent
7a5fa24ba5
commit
6048f3870f
@ -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