1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #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
|