Files
pm3-lvgl/inc/crc32.h
2026-03-05 02:29:39 -08:00

9 lines
172 B
C

#ifndef CRC32_H_I5S4G2OH
#define CRC32_H_I5S4G2OH
#include <stdint.h>
uint32_t crc32(uint8_t *buffer, uint16_t len);
#endif /* end of include guard: CRC32_H_I5S4G2OH */