mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 01:24:36 +02:00
Merge branch 'feature/freertos-upgrade-to-10.4.3-move-esp-header-from-FreeRTOS.h' into 'master'
freertos: move esp_compiler.h include from FreeRTOS.h Closes IDF-3720 See merge request espressif/esp-idf!15103
This commit is contained in:
@@ -53,11 +53,6 @@
|
|||||||
#endif
|
#endif
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
|
|
||||||
#ifdef ESP_PLATFORM
|
|
||||||
/* for likely and unlikely */
|
|
||||||
#include "esp_compiler.h"
|
|
||||||
#endif // ESP_PLATFORM
|
|
||||||
|
|
||||||
/* Application specific configuration options. */
|
/* Application specific configuration options. */
|
||||||
#include "freertos/FreeRTOSConfig.h"
|
#include "freertos/FreeRTOSConfig.h"
|
||||||
/* Basic FreeRTOS definitions. */
|
/* Basic FreeRTOS definitions. */
|
||||||
|
@@ -71,6 +71,10 @@
|
|||||||
#define FREERTOS_CONFIG_H
|
#define FREERTOS_CONFIG_H
|
||||||
|
|
||||||
#include "sdkconfig.h"
|
#include "sdkconfig.h"
|
||||||
|
|
||||||
|
/* for likely and unlikely */
|
||||||
|
#include "esp_compiler.h"
|
||||||
|
|
||||||
// The arch-specific FreeRTOSConfig.h in port/<arch>/include.
|
// The arch-specific FreeRTOSConfig.h in port/<arch>/include.
|
||||||
#include_next "freertos/FreeRTOSConfig.h"
|
#include_next "freertos/FreeRTOSConfig.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user