ethan
2022-09-13 2c8058e6575f4e0238a98140d8ddcb5afb11f44c
1
2
3
4
#ifndef HAL_CRC_H
#define HAL_CRC_H
extern void Hal_CrcInit(void);
#endif