Search found 1 match

by sonysunny028
Fri Oct 05, 2018 12:24 pm
Forum: ESP-IDF
Topic: Cannot add custom libararies to main.c file in ESP IDF
Replies: 0
Views: 2219

Cannot add custom libararies to main.c file in ESP IDF

Hi all, I am working in a project where i need to add addtional libraries. I have made a custom uart.c and uart.h file. But unfortunately when i am building, it shows an error. The error is "Undefined reference to uart0_init(); Currently i am stuck in this project. Please help me. main.c #include <s...