rusefi/firmware/config/boards/hellen/hellen_leds_64.cpp

15 lines
228 B
C++

Gpio getCommsLedPin() {
return H64_LED2_BLUE;
}
Gpio getWarningLedPin() {
// this board has no warning led
return Gpio::Unassigned;
}
Gpio getRunningLedPin() {
// this board has no running led
return Gpio::Unassigned;
}