Search found 1 match
- Sun Jan 21, 2024 4:26 pm
- Forum: ESP-IDF
- Topic: Problems while compiling the project Hello_World
- Replies: 33
- Views: 33228
Re: Problems while compiling the project Hello_World
I had the same issue when I created a new project from the HelloWorld example. I moved the line "#include "esp_chip_info.h" above the line "#include "freertos/FreeRTOS.h" and this resolved the undefined issue.