mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
GCC requires symbols to first be declared before they can be renamed. So we move the `#pragma redefine_extname` just to the bottom of the compilation unit. Co-authored-by: crasbe <crasbe@gmail.com> Co-authored-by: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>