- 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:
2022-05-23 11:47:35 +00:00
parent 2abac6e46c
commit f0745f8757
+3 -3
View File
@@ -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_