Index: firmware/App/Drivers/CPLD.c =================================================================== diff -u -r9302e1bd2413cbf99e80ac51aac38502d94801d9 -r4459be59bdc2896b44bcf6cd42d2762190e23c16 --- firmware/App/Drivers/CPLD.c (.../CPLD.c) (revision 9302e1bd2413cbf99e80ac51aac38502d94801d9) +++ firmware/App/Drivers/CPLD.c (.../CPLD.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) @@ -119,7 +119,7 @@ /************************************************************************* * @brief getCPLDWatchdogExpired - * The getCPLDWatchdogExpired function determines the current signal level \n + * The getCPLDWatchdogExpired function determines the current signal level * on the watchdog expired pin from the CPLD. * @details * Inputs : Signal from CPLD on watchdog expired pin. @@ -135,7 +135,7 @@ /************************************************************************* * @brief setCPLDLampGreen - * The setCPLDLampGreen function sets the alarm lamp green signal to CPLD \n + * The setCPLDLampGreen function sets the alarm lamp green signal to CPLD * to given level. * @details * Inputs : none @@ -157,7 +157,7 @@ /************************************************************************* * @brief setCPLDLampBlue - * The setCPLDLampBlue function sets the alarm lamp blue signal to CPLD \n + * The setCPLDLampBlue function sets the alarm lamp blue signal to CPLD * to given level. * @details * Inputs : none @@ -179,7 +179,7 @@ /************************************************************************* * @brief setCPLDLampRed - * The setCPLDLampRed function sets the alarm lamp red signal to CPLD \n + * The setCPLDLampRed function sets the alarm lamp red signal to CPLD * to given level. * @details * Inputs : none @@ -214,7 +214,7 @@ /************************************************************************* * @brief getCPLDOffButton - * The getCPLDOffButton function determines the current signal level\n + * The getCPLDOffButton function determines the current signal level * on the off button pin from the CPLD. * @details * Inputs : Signal from CPLD on off button pin. @@ -235,7 +235,7 @@ /************************************************************************* * @brief getCPLDStopButton - * The getCPLDStopButton function determines the current signal level\n + * The getCPLDStopButton function determines the current signal level * on the stop button pin from the CPLD. * @details * Inputs : Signal from CPLD on off button pin.