subaru_eg33: LEDs are still active low (#5658)

Fix bug introduced in f7e6ccd9e2
This commit is contained in:
Andrey G 2023-10-29 22:35:58 +03:00 committed by GitHub
parent e89adc52bf
commit a7a6f4fcee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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