reorder ADC channel index #1763

we forgot about something
This commit is contained in:
rusefi 2020-09-20 13:59:54 -04:00
parent f5114d7f1b
commit 67bc72ebd3
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 = 0,
EFI_ADC_NONE = ADC_CHANNEL_NONE,
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 = 0,
EFI_ADC_NONE = ADC_CHANNEL_NONE,
EFI_ADC_0 = 1, // PA0
EFI_ADC_1 = 2, // PA1