I2C EEPROM support #3860

This commit is contained in:
rusefillc 2022-02-06 12:39:25 -05:00
parent c53fd0eaf9
commit 51e9b1a50a
3 changed files with 3 additions and 3 deletions

View File

@ -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";

View File

@ -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:

View File

@ -158,7 +158,7 @@ typedef enum {
TLE8888_BENCH_ENGINE = 59,
UNUSED60 = 60,
L9779_BENCH_ENGINE = 60,
UNUSED61 = 61,