去除头文件中残留的#include "struct_typedef.h"
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#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);
|
||||
|
||||
Reference in New Issue
Block a user