Index: firmware/App/Drivers/InternalADC.c =================================================================== diff -u -rf068446fdb7889d320ddb6ffbd58f347ce0501e7 -r8b56b0c617ac49536b8d53852b9621be873bade6 --- firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision f068446fdb7889d320ddb6ffbd58f347ce0501e7) +++ firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision 8b56b0c617ac49536b8d53852b9621be873bade6) @@ -1,4 +1,4 @@ -/************************************************************************** +/**********************************************************************//** * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * @@ -66,7 +66,7 @@ -/************************************************************************* +/*********************************************************************//** * @brief initInternalADC * The initInternalADC function initializes the InternalADC module. * @details @@ -98,7 +98,7 @@ adcEnableNotification( adcREG1, adcGROUP1 ); } -/************************************************************************* +/*********************************************************************//** * @brief adcNotification * The adcNotification function handles an ADC conversion complete interrupt. \n * All channel readings in the FIFO are retrieved. @@ -117,7 +117,7 @@ } } -/************************************************************************* +/*********************************************************************//** * @brief execInternalADC * The execInternalADC function processes the last set of raw ADC channel \n * readings and kicks off the next conversion of ADC channels. @@ -155,7 +155,7 @@ adcStartConversion( adcREG1, adcGROUP1 ); } -/************************************************************************* +/*********************************************************************//** * @brief getIntADCReading * The getIntADCReading function gets the latest average reading for a given \n * channel.