crc_cal.h 142 B

1234567
  1. #ifndef __CRC_CAL_H
  2. #define __CRC_CAL_H
  3. #include "stm32f0xx_hal.h"
  4. extern uint32_t CRC32_Calculate(uint8_t *pData, uint16_t Length);
  5. #endif