esp_flash: break the inappropriate include chain in spi_flash_host_drv.h

This commit is contained in:
Michael (XIAO Xufeng)
2019-06-19 16:37:55 +08:00
parent b2ae2601fd
commit caf121e4b6
4 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "hal/spi_flash_host_drv.h"
#include "hal/spi_flash_types.h"
struct spi_flash_chip_t;
typedef struct spi_flash_chip_t spi_flash_chip_t;