reducing inconsistency between gen scripts
This commit is contained in:
parent
25022ff99b
commit
b24f4fc69b
|
@ -38,6 +38,6 @@ java \
|
||||||
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated.h \
|
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated.h \
|
||||||
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures.h \
|
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures.h \
|
||||||
-enumInputFile controllers/algo/rusefi_hw_enums.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; }
|
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }
|
||||||
|
|
Loading…
Reference in New Issue