Index: Timers.c =================================================================== diff -u -r13c32729e3186ebb5487e41a0cecd4cf15d357eb -r77b56dee67cb0934f32d5d98bc1d807b5f54a2e3 --- Timers.c (.../Timers.c) (revision 13c32729e3186ebb5487e41a0cecd4cf15d357eb) +++ Timers.c (.../Timers.c) (revision 77b56dee67cb0934f32d5d98bc1d807b5f54a2e3) @@ -69,7 +69,7 @@ /*********************************************************************//** * @brief - * The didTimeout function determines whether a timeout has occurred between \n + * The didTimeout function determines whether a timeout has occurred between * a given start count and a given timeout period (in ms). * @details * Inputs : msTimerCount @@ -107,7 +107,7 @@ /*********************************************************************//** * @brief - * The calcTimeSince function calculates the time (in ms) from a given start \n + * The calcTimeSince function calculates the time (in ms) from a given start * time until now. * @details * Inputs : msTimerCount @@ -135,7 +135,7 @@ /*********************************************************************//** * @brief - * The calcTimeBetween function calculates the time (in ms) from a given start \n + * The calcTimeBetween function calculates the time (in ms) from a given start * time until a given end time. * @details * Inputs : none