Hi, I am trying to compile the code github.com/.../main.c.
I need to include the header file uart_confg.h, can someone tell me where I can find it in the sdk 10 component section.
Hi, I am trying to compile the code github.com/.../main.c.
I need to include the header file uart_confg.h, can someone tell me where I can find it in the sdk 10 component section.
If you mean "uart_conf.h" it's in the github repository you linked.
How do I add it to my code. I copied the main file in the uart peripheral example in the sdk version 10
Copy the file to where your main is. That should be a user defined directory and your compiler should pick it up from there.