reorder ADC channel index #1763

we forgot about something
This commit is contained in:
rusefi 2020-09-20 13:59:54 -04:00
parent 6930ea5073
commit a50450c5fc
1 changed files with 1 additions and 1 deletions

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