diff --git a/ion/src/device/n0100/drivers/board.cpp b/ion/src/device/n0100/drivers/board.cpp index cc62fff89..eeca856a3 100644 --- a/ion/src/device/n0100/drivers/board.cpp +++ b/ion/src/device/n0100/drivers/board.cpp @@ -230,6 +230,9 @@ void shutdownClocks(bool keepLEDAwake) { RCC.AHB1ENR()->set(ahb1enr); } +/* The following methods regarding PCB version are dummy implementations. + * Handling the PCB version is only necessary on the N0110. */ + PCBVersion pcbVersion() { return PCB_LATEST; }