11.6:完善多任务和消息队列机制。
This commit is contained in:
9
STM32/Environment_Node/System/CRC32.h
Normal file
9
STM32/Environment_Node/System/CRC32.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __CRC_H__
|
||||
#define __CRC_H__
|
||||
|
||||
#include "stm32f10x.h" // Device header
|
||||
|
||||
void vCrcInit(void);
|
||||
uint32_t vCalculateCrc32bit(uint32_t *pulData, uint32_t ulLength);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user