From 5f0bf58069d5fb97369dcc9fe14b9e2007d4529f Mon Sep 17 00:00:00 2001 From: tangyuxin <462747508@qq.com> Date: Thu, 6 Dec 2018 09:20:46 +0800 Subject: [PATCH] =?UTF-8?q?[components][drivers][spi]]=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=BC=80=E5=90=AF=20mtd=20nor=20=E5=90=8E=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/drivers/spi/spi_flash_sfud.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/drivers/spi/spi_flash_sfud.h b/components/drivers/spi/spi_flash_sfud.h index 3173b9786..af1ed5879 100644 --- a/components/drivers/spi/spi_flash_sfud.h +++ b/components/drivers/spi/spi_flash_sfud.h @@ -12,6 +12,7 @@ #define _SPI_FLASH_SFUD_H_ #include +#include #include "./sfud/inc/sfud.h" #include "spi_flash.h" -- GitLab