Add SCS manager
bozza
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "mmr_can.h"
|
||||
#include "mmr_can_scs_manager.h"
|
||||
|
||||
|
||||
HalStatus MMR_CAN_SendSCS(
|
||||
@@ -16,6 +17,11 @@ HalStatus MMR_CAN_SendSCS(
|
||||
.mailbox = mailbox,
|
||||
.length = 0,
|
||||
};
|
||||
|
||||
if(!MMR_CAN_SetRTRresponse())
|
||||
{
|
||||
// do something
|
||||
}
|
||||
|
||||
return MMR_CAN_Send(hcan, packet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user