Tool/software: Code Composer Studio
Hi There,
To make my code more readable/portable, I've moved many functions to separate library files. However, now when I compile my main project, I get warning about
#225-D: function "<function_name>" declared implicitly
Does anyone have a nice remedy for this? I'm hoping to avoid having to declare the functions in my main.c file.
THANKS!