blob: d385121bf1cb0851eec59ff379d6790aaa863b15 [file] [log] [blame]
zongqiang.zhang0c6a0882019-08-07 14:48:21 +08001#ifndef __crc_h__
2#define __crc_h__
3
4#include "stm32f10x.h"
5
6extern u16 calcCRC( u8 *pBuffer, u16 BufferLength);
7
8#endif /* __crc_h__ */