Index: SystemComm.c =================================================================== diff -u -re3a4d7c5c18dc07a6cc7fe2dc07d0d143fd92c57 -r809103b805b84e80dda7e3dd1e77a52330610666 --- SystemComm.c (.../SystemComm.c) (revision e3a4d7c5c18dc07a6cc7fe2dc07d0d143fd92c57) +++ SystemComm.c (.../SystemComm.c) (revision 809103b805b84e80dda7e3dd1e77a52330610666) @@ -33,7 +33,7 @@ #include "SystemCommDD.h" #endif #ifdef _RO_ -#include "SystemCommRO.h" +#include "SystemCommFP.h" #endif #include "Timers.h" #include "Utilities.h" @@ -734,7 +734,7 @@ #ifdef _RO_ // TODO : clean up required // Remove message pending ACK from list - if ( ( ( getU32OverrideValue( &pendingACKOverride ) != PENDING_ACK_LIST_OVERRIDE_DD_CHANNEL ) || ( pendingAckList[ i ].channel != COMM_BUFFER_OUT_CAN_RO_2_DD ) ) ) + if ( ( ( getU32OverrideValue( &pendingACKOverride ) != PENDING_ACK_LIST_OVERRIDE_DD_CHANNEL ) || ( pendingAckList[ i ].channel != COMM_BUFFER_OUT_CAN_FP_2_DD ) ) ) #endif { pendingAckList[ i ].used = FALSE; @@ -796,7 +796,7 @@ } #endif #ifdef _RO_ - if ( pendingAckList[ i ].channel != COMM_BUFFER_OUT_CAN_RO_2_DD ) + if ( pendingAckList[ i ].channel != COMM_BUFFER_OUT_CAN_FP_2_DD ) { SET_ALARM_WITH_1_U32_DATA( ALARM_ID_FP_CAN_MESSAGE_NOT_ACKED_BY_DD, (U32)msgID ); }