lancaster-university / codal-core

MIT License
12 stars 27 forks source link

Make all methods in `NVMController` pure virtual. #164

Closed microbit-carlos closed 10 months ago

microbit-carlos commented 11 months ago

This saves about 184 bytes of flash with gcc v10.3.1 & the codal-microbit-v2 build configuration.

And, as it might be removing the entry in the vtable for the derived classes, it could be a bit more efficient too.

Related to: