This commit is contained in:
parent
0533fcfc22
commit
baf7897a5e
|
@ -127,10 +127,8 @@ case DODGE_STRATUS:
|
||||||
case TEST_CIVIC_4_0_BOTH:
|
case TEST_CIVIC_4_0_BOTH:
|
||||||
case TEST_CIVIC_4_0_RISE:
|
case TEST_CIVIC_4_0_RISE:
|
||||||
return "civictest";
|
return "civictest";
|
||||||
#if EFI_UNIT_TEST || defined(__DOXYGEN__)
|
|
||||||
case TEST_ISSUE_366:
|
case TEST_ISSUE_366:
|
||||||
return "unittest";
|
return "unittest";
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
|
@ -153,9 +153,9 @@ typedef enum {
|
||||||
TEST_CIVIC_4_0_RISE = 51,
|
TEST_CIVIC_4_0_RISE = 51,
|
||||||
|
|
||||||
|
|
||||||
#if EFI_UNIT_TEST || defined(__DOXYGEN__)
|
//todo: why does this not work?#if EFI_UNIT_TEST || defined(__DOXYGEN__)
|
||||||
TEST_ISSUE_366 = 52,
|
TEST_ISSUE_366 = 52,
|
||||||
#endif
|
//todo:#endif
|
||||||
|
|
||||||
Force_4b_engine_type = ENUM_32_BITS,
|
Force_4b_engine_type = ENUM_32_BITS,
|
||||||
} engine_type_e;
|
} engine_type_e;
|
||||||
|
|
Loading…
Reference in New Issue