Index: firmware/App/Services/SystemCommTD.c =================================================================== diff -u -r380b0afc95467d0861ff3aa2cdcde5d5d7ac85e7 -r512065f0a0c9ba2c335e8856b790e8448852fc52 --- firmware/App/Services/SystemCommTD.c (.../SystemCommTD.c) (revision 380b0afc95467d0861ff3aa2cdcde5d5d7ac85e7) +++ firmware/App/Services/SystemCommTD.c (.../SystemCommTD.c) (revision 512065f0a0c9ba2c335e8856b790e8448852fc52) @@ -104,13 +104,13 @@ /*********************************************************************//** * @brief - * The checkInFromDG function checks in the DD with the TD - indicating that + * The checkInFromDD function checks in the DD with the TD - indicating that * the DD is communicating. * @details \b Inputs: none * @details \b Outputs: ddIsCommunicating, timeOfLastDDCheckIn * @return none *************************************************************************/ -void checkInFromDG( void ) +void checkInFromDD( void ) { ddIsCommunicating = TRUE; timeOfLastDDCheckIn = getMSTimerCount();