where do we put blue blinking LED and red FATAL led? #1

This commit is contained in:
rusEFI LLC 2024-04-28 10:03:56 -04:00
parent a14102946f
commit 42670b3321
2 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,5 @@ DDEFS += -DRAM_UNUSED_SIZE=100
# assign critical LED to a non-existent pin if you do not have it on your board
# good old PD14 is still the default value
# todo https://github.com/rusefi/fw-custom-mega/issues/1
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15

View File

@ -1,6 +1,7 @@
#include "pch.h"
Gpio getCommsLedPin() {
// TODO: https://github.com/rusefi/fw-custom-mega/issues/1
return Gpio::Unassigned;
}