* ======== ADC ========
*/
/* P59, Analog Input 3 */
extern const uint_least8_t CONFIG_ADC_0_CONST;
#define CONFIG_ADC_0 0
/* P60, Analog Input 4 */
extern const uint_least8_t CONFIG_ADC_1_CONST;
#define CONFIG_ADC_1 1
#define CONFIG_TI_DRIVERS_ADC_COUNT 2
This code may be found in the ti_drivers_config.h file. I am wondering why it is saying pin 59 is adc channel 0 when adc channels correspond to pins 57 through 60. TIA