auto-sync
This commit is contained in:
parent
abe826b40d
commit
715f5ac6fe
|
@ -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),)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue