Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -r5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1 -r482f4465ccdb813922de506bf780e29f4fb2f84b --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 482f4465ccdb813922de506bf780e29f4fb2f84b) @@ -59,7 +59,7 @@ static DATA_ARRAY_GET_PROTOTYPE( BOOL, hasTaskGeneralCheckedIn, task ); /*********************************************************************//** - * @brief initWatchdogMgmt + * @brief * The initWatchdogMgmt function initializes the WatchdogMgmt module. * @details * Inputs : none @@ -85,7 +85,7 @@ } /*********************************************************************//** - * @brief execWatchdogMgmt + * @brief * The execWatchdogMgmt function executes the watchdog management service. * @details * Inputs : none @@ -123,7 +123,7 @@ } /*********************************************************************//** - * @brief checkInWithWatchdogMgmt + * @brief * The checkInWithWatchdogMgmt function checks a given task in with the * watchdog management service. * @details @@ -141,7 +141,7 @@ } /*********************************************************************//** - * @brief execWatchdogTest + * @brief * The execWatchdogTest function executes the watchdog test. This function * should be called periodically until a pass or fail result is returned. * @details @@ -202,7 +202,7 @@ } /*********************************************************************//** - * @brief resetWDTaskCheckIns + * @brief * The resetWDTaskCheckIns function resets the task check-ins with the watchdog. * @details * Inputs : none @@ -221,7 +221,7 @@ } /*********************************************************************//** - * @brief haveAllTasksCheckedIn + * @brief * The haveAllTasksCheckedIn function determines whether all tasks have * checked in with watchdog mgmt. * @details @@ -248,7 +248,7 @@ } /*********************************************************************//** - * @brief hasTaskGeneralCheckedIn + * @brief * The hasTaskGeneralCheckedIn function gets the check-in state of a given task. * @details * Inputs : watchdogTaskCheckedIn[] @@ -259,7 +259,7 @@ static DATA_ARRAY_GET( BOOL, hasTaskGeneralCheckedIn, task, NUM_OF_TASKS-1, watchdogTaskCheckedIn, FALSE ) /*********************************************************************//** - * @brief petWatchdog + * @brief * The petWatchdog function pets the watchdog by pulsing the CPLD WD pet signal. * @details * Inputs : none @@ -281,7 +281,7 @@ *************************************************************************/ /*********************************************************************//** - * @brief testSetWatchdogTaskCheckInOverride and testResetWatchdogTaskCheckInOverride + * @brief * The testSetWatchdogTaskCheckInOverride function overrides the state of the * task check-in with the watchdog management with a given check-in state. * The testResetWatchdogTaskCheckInOverride function resets the override of the