auto-sync

This commit is contained in:
rusEfi 2014-10-28 22:03:12 -05:00
parent 18e1aab327
commit 57218f176c
2 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
#include "thermistors.h" #include "thermistors.h"
#include "engine_math.h" #include "engine_math.h"
// setFrankenso_01_LCD
#include "honda_accord.h"
void setDodgeNeon1995EngineConfiguration(engine_configuration_s *engineConfiguration, void setDodgeNeon1995EngineConfiguration(engine_configuration_s *engineConfiguration,
board_configuration_s *boardConfiguration) { board_configuration_s *boardConfiguration) {
@ -109,8 +112,8 @@ void setDodgeNeon1995EngineConfiguration(engine_configuration_s *engineConfigura
void setDodgeNeonNGCEngineConfiguration(engine_configuration_s *engineConfiguration, void setDodgeNeonNGCEngineConfiguration(engine_configuration_s *engineConfiguration,
board_configuration_s *boardConfiguration) { board_configuration_s *boardConfiguration) {
engineConfiguration->triggerConfig.triggerType = TT_DODGE_NEON_2003; engineConfiguration->triggerConfig.triggerType = TT_DODGE_NEON_2003;
setFrankenso_01_LCD(boardConfiguration);
} }
#endif /* EFI_SUPPORT_DODGE_NEON */ #endif /* EFI_SUPPORT_DODGE_NEON */

View File

@ -249,5 +249,5 @@ void firmwareError(const char *fmt, ...) {
} }
int getRusEfiVersion(void) { int getRusEfiVersion(void) {
return 20141023; return 20141028;
} }