subaru_eg33: LEDs are still active low (#5658)
Fix bug introduced in f7e6ccd9e2
This commit is contained in:
parent
e89adc52bf
commit
a7a6f4fcee
|
@ -12,6 +12,7 @@ endif
|
|||
|
||||
#LED
|
||||
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::G7
|
||||
DDEFS += -DLED_PIN_MODE=OM_INVERTED
|
||||
|
||||
# We are running on Subaru EG33 hardware!
|
||||
DDEFS += -DHW_SUBARU_EG33=1
|
||||
|
|
Loading…
Reference in New Issue