lancaster-university / codal-core

MIT License
11 stars 28 forks source link

Fix for problems compiling on gcc 10.3.x+ #144

Closed JohnVidler closed 2 years ago

JohnVidler commented 2 years ago

FORCE_RAM_FUNC now correctly uses .data.ramfuncs rather than plain .data, to work with newer gcc versions. See issue #33 at https://github.com/lancaster-university/microbit-v2-samples/issues/33

finneyj commented 2 years ago

Thanks @JohnVidler.

nice clean fix - looks good to me! Also can confirm it builds on my (relatively ancient) version of gcc (version 9.2.1).

Happy for you to merge @JohnVidler!