I2C EEPROM support #3860
This commit is contained in:
parent
c53fd0eaf9
commit
51e9b1a50a
|
@ -351,7 +351,7 @@ case TOYOTA_JZS147:
|
|||
return "TOYOTA_JZS147";
|
||||
case UNUSED39:
|
||||
return "UNUSED39";
|
||||
case UNUSED60:
|
||||
case L9779_BENCH_ENGINE:
|
||||
return "UNUSED60";
|
||||
case UNUSED61:
|
||||
return "UNUSED61";
|
||||
|
|
|
@ -845,7 +845,7 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
|
|||
* And override them with engine-specific defaults
|
||||
*/
|
||||
switch (engineType) {
|
||||
case UNUSED60:
|
||||
case L9779_BENCH_ENGINE:
|
||||
case UNUSED61:
|
||||
case HELLEN72_ETB:
|
||||
case MINIMAL_PINS:
|
||||
|
|
|
@ -158,7 +158,7 @@ typedef enum {
|
|||
|
||||
TLE8888_BENCH_ENGINE = 59,
|
||||
|
||||
UNUSED60 = 60,
|
||||
L9779_BENCH_ENGINE = 60,
|
||||
|
||||
UNUSED61 = 61,
|
||||
|
||||
|
|
Loading…
Reference in New Issue