pratik wrote:Hello Lou0908,
You will need to modify the makefile to make the compiler include the file. For example, you can add
INCLUDES += -I <relative_path>
Where <relative_path> is the relative path of uart.h and the makefile you modify should be the one in the directory of the file that is calling the uart function.
The second alternative (which may not work sometimes) is that... you can copy and paste the file uart.h along side the C file that is calling the function.
Let me know how it goes!
