Use same naming convention

This commit is contained in:
Stefano Calabretti
2022-02-17 22:39:51 +01:00
parent 2e4a409a92
commit d0f8521b3b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ typedef enum {
} MmrCanScsCheckResult;
bool MMR_CAN_MaybeHandleACK(MmrCanHeader header);
bool MMR_CAN_MaybeHandleAck(MmrCanHeader header);
HalStatus MMR_CAN_HandleNextScs(CanHandle *hcan);
HalStatus MMR_CAN_SendSCS(
HalStatus MMR_CAN_SendScs(
CanHandle *hcan,
MmrCanMessageId scsId,
CanId senderId