Open dev0x1 opened 3 years ago
My linker was giving multiple definition issues when building test cases. Without specifying extern, creates a variable definition that conflicts with the definition/initialization of these variables in respctive test suite C file.
My linker was giving multiple definition issues when building test cases. Without specifying extern, creates a variable definition that conflicts with the definition/initialization of these variables in respctive test suite C file.