board-specific usability #808

docs
This commit is contained in:
rusefi 2019-06-04 23:54:34 -04:00
parent c577f50079
commit 6d169c014d
1 changed files with 5 additions and 1 deletions

View File

@ -256,10 +256,14 @@ typedef enum __attribute__ ((__packed__)) {
EFI_ADC_NONE = 16, EFI_ADC_NONE = 16,
EFI_ADC_ERROR = 17, EFI_ADC_ERROR = 17,
#if EFI_UNIT_TEST #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 = 18, TEST_MAF_CHANNEL = 18,
TEST_CLT_CHANNEL = 19, TEST_CLT_CHANNEL = 19,
TEST_IAT_CHANNEL = 20, TEST_IAT_CHANNEL = 20,
#endif #endif /* EFI_UNIT_TEST */
} adc_channel_e; } adc_channel_e;
#define INCOMPATIBLE_CONFIG_CHANGE EFI_ADC_0 #define INCOMPATIBLE_CONFIG_CHANGE EFI_ADC_0