[ion/device/n0100] Add comment on dummy PCB version methods

This commit is contained in:
Gabriel Ozouf
2021-04-15 11:59:52 +02:00
committed by Gabriel
parent 029dc2be5e
commit d7f41e306c

View File

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