sdio_example/spi: fix sdkconfig include issue

(MINOR CHANGES)
This commit is contained in:
Michael (XIAO Xufeng)
2018-07-12 15:57:32 +08:00
parent 04caff2fb2
commit 95dbfbe4c0
3 changed files with 19 additions and 38 deletions

View File

@@ -21,6 +21,7 @@
#include "esp_err.h"
#include "rom/lldesc.h"
#include "soc/spi_periph.h"
#include "sdkconfig.h"
#ifdef __cplusplus
extern "C"

View File

@@ -16,32 +16,11 @@
#include "freertos/semphr.h"
#include "freertos/queue.h"
#include "lwip/sockets.h"
#include "lwip/dns.h"
#include "lwip/netdb.h"
#include "lwip/igmp.h"
#include "esp_wifi.h"
#include "esp_system.h"
#include "esp_event.h"
#include "esp_event_loop.h"
#include "nvs_flash.h"
#include "soc/rtc_cntl_reg.h"
#include "rom/cache.h"
#include "soc/sdmmc_periph.h"
#include "driver/periph_ctrl.h"
#include "esp_log.h"
#include "soc/gpio_reg.h"
#include "driver/gpio.h"
#include "esp_intr_alloc.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_attr.h"
#include "esp_slave.h"
#include "sdkconfig.h"
/*
* For SDIO master-slave board, we have 3 pins controlling power of 3 different

View File

@@ -14,6 +14,7 @@
#include "soc/sdio_slave_periph.h"
#include "freertos/task.h"
#include "freertos/ringbuf.h"
#include "sdkconfig.h"
/*
sdio slave example.