rusefi/firmware/config/boards/test-build-guards/board_configuration.cpp

16 lines
279 B
C++

#include "pch.h"
Gpio getCommsLedPin() {
// this board has no comms led
return Gpio::Unassigned;
}
Gpio getWarningLedPin() {
// this board has no warning led
return Gpio::Unassigned;
}
Gpio getRunningLedPin() {
// this board has no running led
return Gpio::Unassigned;
}