blob: d385121bf1cb0851eec59ff379d6790aaa863b15 [file] [log] [blame]
#ifndef __crc_h__
#define __crc_h__
#include "stm32f10x.h"
extern u16 calcCRC( u8 *pBuffer, u16 BufferLength);
#endif /* __crc_h__ */