- fixed mutual inclusion
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/crc@864 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// --------------------------------------------------------------
|
||||
#ifndef CRC_H
|
||||
#define CRC_H
|
||||
#ifndef _CRC_H_
|
||||
#define _CRC_H_
|
||||
|
||||
#include <stdint.h>
|
||||
// --------------------------------------------------------------
|
||||
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user