fw-custom-paralela/board_configuration.cpp

13 lines
172 B
C++
Raw Normal View History

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