auto-sync

This commit is contained in:
rusEfi 2015-04-09 23:12:35 -05:00
parent 560d5c1452
commit 6ef0ca0e67
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,8 @@
/*
* @file gm_2_2.cpp
*
* set_engine_type 30
*
* @date Apr 9, 2015
* @author Andrey Belomutskiy, (c) 2012-2015
*/
@ -8,7 +10,13 @@
#include "global.h"
#include "gm_2_2.h"
EXTERN_ENGINE;
void setGm2_2(DECLARE_ENGINE_PARAMETER_F) {
board_configuration_s * boardConfiguration = &engineConfiguration->bc;
boardConfiguration->triggerInputPins[0] = GPIOC_6;
boardConfiguration->triggerInputPins[1] = GPIOA_8;
}