Index: firmware/App/Services/SystemCommDD.h =================================================================== diff -u -r4b09605126f35b80406e95d079f3822c51a3ba25 -r573a26b2a0273a4983b1de1cbff5bed63e01dce0 --- firmware/App/Services/SystemCommDD.h (.../SystemCommDD.h) (revision 4b09605126f35b80406e95d079f3822c51a3ba25) +++ firmware/App/Services/SystemCommDD.h (.../SystemCommDD.h) (revision 573a26b2a0273a4983b1de1cbff5bed63e01dce0) @@ -48,15 +48,15 @@ BOOL isTDCommunicating( void ); BOOL isFPCommunicating( void ); void checkInFromTD( void ); -void checkInFromRO( void ); +void checkInFromFP( void ); BOOL isOnlyCANNode( void ); void setOnlyCANNode( BOOL only ); void clearCANXmitBuffers( void ); void checkForCommTimeouts( void ); void checkTooManyBadMsgCRCs( void ); BOOL testTDCommunicationStatusOverride( MESSAGE_T *message ); -BOOL testROCommunicationStatusOverride( MESSAGE_T *message ); +BOOL testFPCommunicationStatusOverride( MESSAGE_T *message ); /**@}*/