Index: firmware/App/Drivers/InternalADC.c =================================================================== diff -u -re7fe0454b5b2d39009dc784dc8c156856df8bc86 -r9102c5da21a15bdaf4bb3bc38795ceb064e3c443 --- firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision e7fe0454b5b2d39009dc784dc8c156856df8bc86) +++ firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision 9102c5da21a15bdaf4bb3bc38795ceb064e3c443) @@ -26,9 +26,9 @@ // ********** private definitions ********** -#define MAX_ADC_CHANNELS 24 ///< DG internal ADC supports up to 24 channels. -#define SIZE_OF_ROLLING_AVG 16 ///< Number of DG internal ADC samples in rolling average calculations for each channel. -#define ROLLING_AVG_SHIFT_DIVIDER 4 ///< Rolling average shift divider for DG internal ADC readings. +#define MAX_ADC_CHANNELS 24 ///< DD internal ADC supports up to 24 channels. +#define SIZE_OF_ROLLING_AVG 16 ///< Number of DD internal ADC samples in rolling average calculations for each channel. +#define ROLLING_AVG_SHIFT_DIVIDER 4 ///< Rolling average shift divider for DD internal ADC readings. /// ADC channel number to ADC channel ID (enumeration) look-up table. const INT_ADC_CHANNEL_T adcChannelNum2ChannelId[ MAX_ADC_CHANNELS ] =