fixing master?
This commit is contained in:
parent
7220735530
commit
b8a752cf13
|
@ -191,7 +191,7 @@ void setBoardConfigurationOverrides(void) {
|
||||||
boardConfiguration->malfunctionIndicatorPinMode = OM_DEFAULT;
|
boardConfiguration->malfunctionIndicatorPinMode = OM_DEFAULT;
|
||||||
|
|
||||||
// starter block
|
// starter block
|
||||||
setFsio(0, (is469 ? GPIOB_10 : GPIOB_1), STARTER_BLOCK PASS_CONFIG_PARAMETER_SUFFIX);
|
setFsio(0, (is469 ? GPIOB_10 : GPIOB_1), STARTER_RELAY_LOGIC PASS_CONFIG_PARAMETER_SUFFIX);
|
||||||
|
|
||||||
|
|
||||||
// debug pad
|
// debug pad
|
||||||
|
|
|
@ -160,7 +160,7 @@ void setBoardConfigurationOverrides(void) {
|
||||||
|
|
||||||
// starter block
|
// starter block
|
||||||
/* Starter signal connected through MC33972 - SG11 */
|
/* Starter signal connected through MC33972 - SG11 */
|
||||||
//setFsio(0, (GPIOB_1), STARTER_BLOCK PASS_CONFIG_PARAMETER_SUFFIX);
|
//setFsio(0, (GPIOB_1), STARTER_RELAY_LOGIC PASS_CONFIG_PARAMETER_SUFFIX);
|
||||||
|
|
||||||
|
|
||||||
// not used
|
// not used
|
||||||
|
|
Loading…
Reference in New Issue