Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -r9302e1bd2413cbf99e80ac51aac38502d94801d9 -r4459be59bdc2896b44bcf6cd42d2762190e23c16 --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 9302e1bd2413cbf99e80ac51aac38502d94801d9) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) @@ -125,7 +125,7 @@ /************************************************************************* * @brief checkInWithWatchdogMgmt - * The checkInWithWatchdogMgmt function checks a given task in with the \n + * The checkInWithWatchdogMgmt function checks a given task in with the * watchdog mgmt. service. * @details * Inputs : none @@ -143,8 +143,8 @@ /************************************************************************* * @brief execWatchdogTest - * The execWatchdogTest function executes the watchdog test. \n - * This function should be called periodically until a pass or fail \n + * The execWatchdogTest function executes the watchdog test. + * This function should be called periodically until a pass or fail * result is returned. * @details * Inputs : @@ -289,9 +289,9 @@ /************************************************************************* * @brief testSetWatchdogTaskCheckInOverride and testResetWatchdogTaskCheckInOverride - * The testSetWatchdogTaskCheckInOverride function overrides the state of the \n - * task check-in with the watchdog management with a given check-in state. \n - * The testResetWatchdogTaskCheckInOverride function resets the override of the \n + * 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 * state of the check-in with the watchdog management. * @details * Inputs : none