Revert "reorder ADC channel index #1763"

This reverts commit 67bc72eb
This commit is contained in:
rusefi 2020-09-20 14:04:24 -04:00
parent 67bc72ebd3
commit e69167c8f0
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ typedef enum __attribute__ ((__packed__))
} brain_pin_diag_e;
typedef enum __attribute__ ((__packed__)) {
EFI_ADC_NONE = ADC_CHANNEL_NONE,
EFI_ADC_NONE = 0,
EFI_ADC_0 = 1,
EFI_ADC_1 = 2,

View File

@ -246,7 +246,7 @@ typedef enum __attribute__ ((__packed__))
*/
typedef enum __attribute__ ((__packed__)) {
EFI_ADC_NONE = ADC_CHANNEL_NONE,
EFI_ADC_NONE = 0,
EFI_ADC_0 = 1, // PA0
EFI_ADC_1 = 2, // PA1