Files
2025-12-15 16:07:49 +08:00

11 lines
95 B
C

#ifndef __CRC__
#define __CRC__
#include "global.h"
u16 get_crc(u8 * val,u16 len);
#endif