reducing inconsistency between gen scripts

This commit is contained in:
rusefillc 2022-08-16 15:29:38 -04:00
parent 25022ff99b
commit b24f4fc69b
2 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ java \
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated.h \
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures.h \
-enumInputFile controllers/algo/rusefi_hw_enums.h \
-prepend ${BOARD_DIR}/config/tunerstudio/generated/hellen_cypress_prefix.txt
-prepend ${BOARD_DIR}/prepend.txt
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }