making LEDs pattern consistent

only:alphax-8chan_f7
This commit is contained in:
rusefi 2025-02-13 00:20:27 -05:00
parent f953b64198
commit 5720f9119a
3 changed files with 2 additions and 5 deletions

View File

@ -12,8 +12,6 @@
#include "hellen_meta.h"
#include "defaults.h"
// mm176 matches mm144 in terms of LED pinout
#include "hellen_leds_144.cpp"
static OutputPin alphaTachPullUp;
static OutputPin alphaTempPullUp;

View File

@ -12,9 +12,6 @@
#include "hellen_meta.h"
#include "defaults.h"
// mm176 matches mm144 in terms of LED pinout
#include "hellen_leds_144.cpp"
static OutputPin alphaCrankPPullUp;
static OutputPin alphaHall1PullDown;

View File

@ -1,6 +1,7 @@
# 176 package MCU
ifeq ($(LED_CRITICAL_ERROR_BRAIN_PIN),)
LED_CRITICAL_ERROR_BRAIN_PIN = -DLED_CRITICAL_ERROR_BRAIN_PIN=H176_MCU_NOT_MEGA_LED1_RED
endif
@ -8,4 +9,5 @@ DDEFS += $(LED_CRITICAL_ERROR_BRAIN_PIN)
DDEFS += -DHELLEN_BOARD_ID_PIN_1=Gpio::F0 -DHELLEN_BOARD_ID_PIN_2=Gpio::F1
BOARDCPPSRC += $(BOARDS_DIR)/hellen/hellen_leds_144.cpp
include $(BOARDS_DIR)/hellen/hellen-common.mk