Index: firmware/App/Drivers/InternalADC.c =================================================================== diff -u -r2fe8834dda9d8f69068c151ff0474d915eef6eb5 -r482f4465ccdb813922de506bf780e29f4fb2f84b --- firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision 2fe8834dda9d8f69068c151ff0474d915eef6eb5) +++ firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision 482f4465ccdb813922de506bf780e29f4fb2f84b) @@ -70,7 +70,7 @@ static U32 adcReadingsAvgs[ NUM_OF_INT_ADC_CHANNELS ]; ///< Rolling average for each ADC channel. /*********************************************************************//** - * @brief initInternalADC + * @brief * The initInternalADC function initializes the InternalADC module. * @details * Inputs : none @@ -120,7 +120,7 @@ } /*********************************************************************//** - * @brief execInternalADC + * @brief * The execInternalADC function processes the last set of raw ADC channel * readings and kicks off the next conversion of ADC channels. * @details @@ -158,7 +158,7 @@ } /*********************************************************************//** - * @brief getIntADCReading + * @brief * The getIntADCReading function gets the latest average reading for a given channel. * @details * Inputs : adcReadingsAvgs[]