#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; }