fw-custom-mega/board_configuration.cpp

13 lines
179 B
C++
Raw Normal View History

2023-12-04 06:47:45 -08:00
#include "pch.h"
Gpio getCommsLedPin() {
return Gpio::Unassigned;
}
Gpio getRunningLedPin() {
return Gpio::Unassigned;
}
Gpio getWarningLedPin() {
return Gpio::Unassigned;
}