auto-sync

This commit is contained in:
rusEfi 2015-10-22 20:02:42 -04:00
parent 0c6c680bc9
commit e1e96f0aa6
1 changed files with 2 additions and 2 deletions

View File

@ -548,8 +548,8 @@ void setDefaultConfiguration(DECLARE_ENGINE_PARAMETER_F) {
engineConfiguration->runningPin = GPIOD_12;
engineConfiguration->binarySerialTxPin = GPIOC_10;
engineConfiguration->binarySerialRxPin = GPIOC_11;
engineConfiguration->serialSerialTxPin = GPIOC_10;
engineConfiguration->serialSerialRxPin = GPIOC_11;
engineConfiguration->consoleSerialTxPin = GPIOC_10;
engineConfiguration->consoleSerialRxPin = GPIOC_11;
boardConfiguration->triggerSimulatorPins[0] = GPIOD_1;