Resolve required include header dependencies in component itself

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
This commit is contained in:
Mahavir Jain
2018-06-07 11:41:25 +05:30
parent 636485db8e
commit eef8d0f7ed
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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"