Tool/software: Code Composer Studio
Hi,
I would like to define inline function in 1.c file.
And would like to call this inline function in 2.c file.
I'm using C28x compiler v6.4.2 LTS.
I tried to declare the inline function in a .h file by adding extern, but I'm still not able to call the inline function in 2.c file.