mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Resolve required include header dependencies in component itself
Signed-off-by: Mahavir Jain <mahavir@espressif.com>
This commit is contained in:
parent
636485db8e
commit
eef8d0f7ed
@ -96,6 +96,7 @@ The driver of FIFOs works as below:
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "soc/dport_access.h"
|
||||
#include "soc/dport_reg.h"
|
||||
#include "soc/io_mux_reg.h"
|
||||
#include "freertos/semphr.h"
|
||||
#include "xtensa/core-macros.h"
|
||||
#include "driver/periph_ctrl.h"
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "freertos/xtensa_api.h"
|
||||
#include "freertos/task.h"
|
||||
#include "sdkconfig.h"
|
||||
#include "limits.h"
|
||||
|
||||
#if defined( CONFIG_ESP32_TIME_SYSCALL_USE_RTC ) || defined( CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 )
|
||||
#define WITH_RTC 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user