Index: firmware/App/Drivers/InternalADC.c =================================================================== diff -u -r9302e1bd2413cbf99e80ac51aac38502d94801d9 -r4459be59bdc2896b44bcf6cd42d2762190e23c16 --- firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision 9302e1bd2413cbf99e80ac51aac38502d94801d9) +++ firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) @@ -101,7 +101,7 @@ /************************************************************************* * @brief adcNotification - * The adcNotification function handles an ADC conversion complete interrupt. \n + * The adcNotification function handles an ADC conversion complete interrupt. * All channel readings in the FIFO are retrieved. * @details * Inputs : ADC FIFO @@ -120,7 +120,7 @@ /************************************************************************* * @brief execInternalADC - * The execInternalADC function processes the last set of raw ADC channel \n + * The execInternalADC function processes the last set of raw ADC channel * readings and kicks off the next conversion of ADC channels. * @details * Inputs : adcRawReadingsCount, adcRawReadings[] @@ -158,7 +158,7 @@ /************************************************************************* * @brief getIntADCReading - * The getIntADCReading function gets the latest average reading for a given \n + * The getIntADCReading function gets the latest average reading for a given * channel. * @details * Inputs : adcReadingsAvgs[]