dead code

This commit is contained in:
rusefi 2020-09-27 10:14:46 -04:00
parent b418edc5a8
commit a1eeef0937
1 changed files with 0 additions and 9 deletions

View File

@ -288,13 +288,4 @@ typedef enum __attribute__ ((__packed__)) {
// todo: bad choice of value since now we have ADC_CHANNEL_SENSOR and could end up with 17 and 18 also
EFI_ADC_ERROR = 33,
#if EFI_UNIT_TEST
/**
* these values are unfortunately visible to BoardReader
* and TunerStudio would need these ordinals to fit into field size
*/
TEST_MAF_CHANNEL = 34,
TEST_CLT_CHANNEL = 35,
TEST_IAT_CHANNEL = 36,
#endif /* EFI_UNIT_TEST */
} adc_channel_e;