GPS: fixed type to be consistent with declaration

This commit is contained in:
Andrew Tridgell 2011-10-08 09:14:29 +11:00
parent 09bd94cd6d
commit f39deb3589
1 changed files with 1 additions and 1 deletions

View File

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