Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing FreeRTOS header inclusion that cause compilation errors (GIT8266O-583) #1006

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

midnight-wonderer
Copy link

Another missing header.
I've got

In file included from /home/me/esp/ESP8266_RTOS_SDK/components/esp8266/include/driver/uart.h:25:0,
                 from main.c:1:
/home/me/esp/ESP8266_RTOS_SDK/components/freertos/include/freertos/queue.h:33:3: error: #error "include FreeRTOS.h" must appear in source files before "include queue.h"

Adding what suggested and the compilation passed.
This is because queue.h uses something that defines in FreeRTOS.h

@github-actions github-actions bot changed the title Add missing FreeRTOS header inclusion that cause compilation errors Add missing FreeRTOS header inclusion that cause compilation errors (GIT8266O-583) Nov 10, 2020
@CLAassistant
Copy link

CLAassistant commented Jun 29, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants