mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 18:10:57 +02:00
Merge branch 'bugfix/esp_event_remove_freertos_header' into 'master'
change(esp_event): removed unnecessary freertos header includes Closes IDF-5130 See merge request espressif/esp-idf!41476
This commit is contained in:
@@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#include "freertos/FreeRTOS.h"
|
#include "freertos/FreeRTOS.h"
|
||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
#include "freertos/queue.h"
|
|
||||||
#include "freertos/semphr.h"
|
|
||||||
|
|
||||||
#include "esp_event_base.h"
|
#include "esp_event_base.h"
|
||||||
|
|
||||||
|
@@ -132,6 +132,12 @@ The following deprecated Log functions have been removed in ESP-IDF v6.0:
|
|||||||
|
|
||||||
- ``esp_log_internal.h`` - Use ``esp_log_buffer.h`` instead.
|
- ``esp_log_internal.h`` - Use ``esp_log_buffer.h`` instead.
|
||||||
|
|
||||||
|
ESP-Event
|
||||||
|
---------
|
||||||
|
|
||||||
|
Removed unnecessary FreeRTOS header includes from ``esp_event.h``; if your code relied on these implicit includes, please add the correct explicit includes ``#include "freertos/queue.h"`` and ``#include "freertos/semphr.h"`` to your files.
|
||||||
|
|
||||||
|
|
||||||
Core Dump
|
Core Dump
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user