加入大疆C板例程bsp
This commit is contained in:
8
bsp/boards/bsp_crc32.h
Normal file
8
bsp/boards/bsp_crc32.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef BSP_CRC32_H
|
||||
#define BSP_CRC32_H
|
||||
#include "struct_typedef.h"
|
||||
|
||||
extern uint32_t get_crc32_check_sum(uint32_t *data, uint32_t len);
|
||||
extern bool_t verify_crc32_check_sum(uint32_t *data, uint32_t len);
|
||||
extern void append_crc32_check_sum(uint32_t *data, uint32_t len);
|
||||
#endif
|
||||
Reference in New Issue
Block a user