Index: firmware/App/Services/SystemCommDD.c =================================================================== diff -u -r9102c5da21a15bdaf4bb3bc38795ceb064e3c443 -r4b09605126f35b80406e95d079f3822c51a3ba25 --- firmware/App/Services/SystemCommDD.c (.../SystemCommDD.c) (revision 9102c5da21a15bdaf4bb3bc38795ceb064e3c443) +++ firmware/App/Services/SystemCommDD.c (.../SystemCommDD.c) (revision 4b09605126f35b80406e95d079f3822c51a3ba25) @@ -151,13 +151,13 @@ /*********************************************************************//** * @brief - * The isROCommunicating function determines whether the RO is communicating + * The isFPCommunicating function determines whether the RO is communicating * with the DD. * @details \b Inputs: roCommunicationStatus * @details \b Outputs: none * @return TRUE if RO has broadcast since last call, FALSE if not *************************************************************************/ -BOOL isROCommunicating( void ) +BOOL isFPCommunicating( void ) { return getU32OverrideValue( &roCommunicationStatus ); }