12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #ifndef UBLOXUTILS_H
- #define UBLOXUTILS_H
- #include "ubxmessage.h"
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- extern void fletcherChecksum(unsigned char* buffer, int size, unsigned char* checkSumA, unsigned char* checkSumB);
- #ifdef __cplusplus
- }
- #endif
- #endif
|