[SOLVED] Weak variables of global file scope linker error
So I'm trying to gain greater understanding on the STM32 tools on a project that I've inherited. I'm noticing that there are weak variables that are of global scope to a given file that are defined in multiple files such as follows:main.c:int g;other...