auto-sync

This commit is contained in:
rusEfi 2015-03-15 18:05:02 -05:00
parent b71a839605
commit 3f401c54c4
3 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@ void setBmwE34(DECLARE_ENGINE_PARAMETER_F) {
engineConfiguration->algorithm = LM_PLAIN_MAF;
engineConfiguration->injector.flow = 750;
boardConfiguration->tunerStudioThreadPeriod = 50;
boardConfiguration->tunerStudioSerialSpeed = 9600;
engineConfiguration->rpmHardLimit = 6000;
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);

View File

@ -504,7 +504,6 @@ void setDefaultConfiguration(DECLARE_ENGINE_PARAMETER_F) {
boardConfiguration->idleThreadPeriod = 100;
boardConfiguration->consoleLoopPeriod = 200;
boardConfiguration->lcdThreadPeriod = 300;
boardConfiguration->tunerStudioThreadPeriod = 300;
boardConfiguration->generalPeriodicThreadPeriod = 50;
boardConfiguration->boardTestModeJumperPin = GPIOB_0;

View File

@ -307,7 +307,7 @@ custom adc_channel_mode_e 4 bits, U32, @OFFSET@, [0:1], "Off", "Slow", "Fas
int idleThreadPeriod;
int consoleLoopPeriod;
int lcdThreadPeriod;
int tunerStudioThreadPeriod;
int anotherUnused;
int generalPeriodicThreadPeriod;