Index: RTC.c =================================================================== diff -u -rc83387a25db8a1afae0bc2348d61b6a2f562f145 -r3910a1bcead550b20bd595a0e08f1b576ad8516f --- RTC.c (.../RTC.c) (revision c83387a25db8a1afae0bc2348d61b6a2f562f145) +++ RTC.c (.../RTC.c) (revision 3910a1bcead550b20bd595a0e08f1b576ad8516f) @@ -874,9 +874,9 @@ * @brief * The convertEpoch2DateTime converts a given epoch to a date/time record (UTC). * @details Inputs: none - * @details Outputs: none + * @details Outputs: Sets the RTC to the date/time converted from given epoch. * @param epoch Number of seconds since Jan 1, 1970 - * @return populated date/time record + * @return TRUE if conversion successful, FALSE if not *************************************************************************/ static BOOL convertEpoch2DateTime( U32 epoch ) {