diff --git a/crc.h b/crc.h index f2086d6..3cfc83b 100755 --- a/crc.h +++ b/crc.h @@ -1,6 +1,6 @@ // -------------------------------------------------------------- -#ifndef CRC_H -#define CRC_H +#ifndef _CRC_H_ +#define _CRC_H_ #include // -------------------------------------------------------------- @@ -16,4 +16,4 @@ uint16_t Crc16(uint16_t poly, uint16_t crc, uint8_t *pBuf, uint32_t len); #endif // __cplusplus // -------------------------------------------------------------- -#endif // CRC_H +#endif // _CRC_H_