Scs #3

Merged
cala-br merged 32 commits from scs into master 2022-02-23 21:08:47 +01:00
2 changed files with 0 additions and 10 deletions
Showing only changes of commit 6ba13f7737 - Show all commits
-4
View File
@@ -192,10 +192,6 @@ HalStatus MMR_CAN_BasicSetupAndStart(CanHandle *hcan);
/**
* @brief
* Configures the filters.
*
* @param hcan The interface to use.
* @param settings The settings to use when configuring the filters.
* @return HalStatus The result of the operation.
*/
HalStatus MMR_CAN_FilterConfig(CanHandle *hcan, MmrCanFilterSettings settings);
-6
View File
@@ -10,12 +10,6 @@ void MMR_CAN_SetTickProvider(MmrCanTickProvider tickProvider) {
}
/**
* @brief
* Initializes the filter using the values
* from MMR_CAN_GetDefaultFilterSettings, and then
* starts the CAN
*/
HalStatus MMR_CAN_BasicSetupAndStart(CanHandle *hcan) {
return
MMR_CAN_FilterConfigDefault(hcan) |