auto-sync

This commit is contained in:
rusEfi 2015-10-17 12:02:36 -04:00
parent 164f7f830f
commit 58fd495c21
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,9 @@
PROJECT_DIR = .
# by default EXTRA_PARAMS is empty and we create 'debug' version of the firmware with additional assertions and statistics
# for 'release' options see 'clean_compile_two_versions.bat' file
# Compiler options here.
ifeq ($(USE_OPT),)

View File

@ -180,6 +180,8 @@ void prepareVoidConfiguration(engine_configuration_s *activeConfiguration) {
#if EFI_PROD_CODE || defined(__DOXYGEN__)
setDefaultAlternatorParameters();
#endif
#if EFI_ELECTRONIC_THROTTLE_BODY || defined(__DOXYGEN__)
setDefaultEtbParameters();
#endif