From cadf142286f1a24f83a7d3da99abac8bda0171d6 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Wed, 31 Jul 2019 13:30:40 +0000 Subject: [PATCH] Refs #870. Changed function call XMC_CAN_MO_ReceiveData() to XMC_CAN_MO_Receive(). git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@708 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_IAR/Prog/boot.c | 2 +- Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_IAR/Prog/boot.c | 2 +- Target/Source/ARMCM0_XMC1/can.c | 2 +- Target/Source/ARMCM4_XMC4/can.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c b/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c index 76e74a18..b1ec0a1a 100644 --- a/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c +++ b/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c @@ -365,7 +365,7 @@ static void BootComCanCheckActivationRequest(void) if ((XMC_CAN_MO_GetStatus(&receiveMsgObj) & XMC_CAN_MO_STATUS_RX_PENDING) != 0) { /* read out and process the newly received data */ - if (XMC_CAN_MO_ReceiveData(&receiveMsgObj) == XMC_CAN_STATUS_SUCCESS) + if (XMC_CAN_MO_Receive(&receiveMsgObj) == XMC_CAN_STATUS_SUCCESS) { for (byteIdx=0; byteIdx