Remove useless comment
This commit is contained in:
@@ -192,10 +192,6 @@ HalStatus MMR_CAN_BasicSetupAndStart(CanHandle *hcan);
|
|||||||
/**
|
/**
|
||||||
* @brief
|
* @brief
|
||||||
* Configures the filters.
|
* 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);
|
HalStatus MMR_CAN_FilterConfig(CanHandle *hcan, MmrCanFilterSettings settings);
|
||||||
|
|
||||||
|
|||||||
@@ -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) {
|
HalStatus MMR_CAN_BasicSetupAndStart(CanHandle *hcan) {
|
||||||
return
|
return
|
||||||
MMR_CAN_FilterConfigDefault(hcan) |
|
MMR_CAN_FilterConfigDefault(hcan) |
|
||||||
|
|||||||
Reference in New Issue
Block a user