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
@@ -21,6 +21,7 @@
#include "esp_err.h"
#include "rom/lldesc.h"
#include "soc/spi_periph.h"
#include "sdkconfig.h"
#ifdef __cplusplus
extern "C"