From 9e5718fcc2ed6ad98f3fac8d280bd713b9877708 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 29 Nov 2023 19:36:47 -0500 Subject: [PATCH] we have weird HS2<>HS3 and HS3<>HS2 on the schematics, let's just accept it https://github.com/rusefi/alphax-8chan/issues/127 only:alphax-8chan --- .../config/boards/hellen/alphax-8chan/board_configuration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/config/boards/hellen/alphax-8chan/board_configuration.cpp b/firmware/config/boards/hellen/alphax-8chan/board_configuration.cpp index 80ab2847c7..476c7d1d36 100644 --- a/firmware/config/boards/hellen/alphax-8chan/board_configuration.cpp +++ b/firmware/config/boards/hellen/alphax-8chan/board_configuration.cpp @@ -235,8 +235,8 @@ static Gpio OUTPUTS[] = { Gpio::MM176_OUT_IO7, // 34C - Low Side 7 Gpio::MM176_OUT_PWM8, // 5C - High Side 1 - Gpio::MM176_OUT_IO1, // 6C - High Side 2 - Gpio::MM176_OUT_IO2, // 7C - High Side 3 + Gpio::MM176_OUT_IO2, // 6C - High Side 2 + Gpio::MM176_OUT_IO1, // 7C - High Side 3 Gpio::MM176_IGN1, // 11C - Ignition 1 Gpio::MM176_IGN3, // 13C - Ignition 3 Gpio::MM176_IGN5, // 14C - Ignition 5