added handling of CanData To Tasks
This commit is contained in:
4
tests/native/mock_os/crc.h
Normal file
4
tests/native/mock_os/crc.h
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
typedef uint32_t CRC_HandleTypeDef;
|
||||
extern CRC_HandleTypeDef hcrc;
|
||||
uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
|
||||
Reference in New Issue
Block a user