generate java enum from C enum? generate both C and java from yaml? #2102

This commit is contained in:
rusefillc 2021-10-25 11:05:45 -04:00
parent 8c95c5adf2
commit 4ef959a60e
2 changed files with 3 additions and 3 deletions

View File

@ -338,8 +338,8 @@ typedef enum {
*/
TT_MAZDA_MIATA_NB1 = 4,
TT_GM_7X = 5,
TT_MAZDA_SOHC_4 = 6,
TT_DAIHATSU = 7,
TT_DAIHATSU = 6,
TT_MAZDA_SOHC_4 = 7,
/**
* "60/2"
* See also TT_ONE_PLUS_TOOTHED_WHEEL_60_2

View File

@ -614,7 +614,7 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e ambiguousOperat
configureMazdaProtegeSOHC(this);
break;
case TT_TT_DAIHATSU:
case TT_DAIHATSU:
configureDaihatsu4(this);
break;