Files
px4_drv/fwtool/crc32.h
2018-01-21 20:17:51 +09:00

9 lines
118 B
C

// crc32.h
#pragma once
#include <stdint.h>
#include <stddef.h>
uint32_t crc32_calc(const void *buf, size_t size);