added handling of CanData To Tasks
This commit is contained in:
9
tests/native/mock_os/mock_hal.c
Normal file
9
tests/native/mock_os/mock_hal.c
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#include "fdcan.h"
|
||||
#include "crc.h"
|
||||
|
||||
|
||||
|
||||
HAL_StatusTypeDef HAL_FDCAN_ConfigFilter(FDCAN_HandleTypeDef *hfdcan, FDCAN_FilterTypeDef *sFilterConfig) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user