SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.53k stars 491 forks source link

Unable to compile newer version examples #581

Closed karimulla1993 closed 6 years ago

karimulla1993 commented 6 years ago

I Used esp-open-rtos 4 or 5 months back and the examples compiled with out any errors and even now it complies without any errors. Now I git cloned the newer version and tried compiling the examples and I am getting a lot of errors, Such as

../../FreeRTOS/Source/include/timers.h:1242:1: error: expected declaration specifiers before 'TickType_t' TickType_t xTimerGetPeriod( TimerHandle_t xTimer ) PRIVILEGED_FUNCTION; ../../include/etstimer.h:31:5: error: expected specifier-qualifier-list before 'TimerHandle_t' TimerHandle_t timer_handle;

Abhesheksh commented 1 year ago

How did you solve this issue? I am facing this right now.