mirror of https://github.com/rusefi/rusefi-1.git
parent
f5114d7f1b
commit
67bc72ebd3
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue