#ifndef CRC_COMMON_H #define CRC_COMMON_H #define CRC_CHECK_DATA_LEN 9 extern const char CRC_CHECK_DATA[CRC_CHECK_DATA_LEN]; #endif // !CRC_COMMON_H