Browse Source

[components][drivers][spi]] 修复开启 mtd nor 后编译错误的问题

tangyuxin 6 năm trước cách đây
mục cha
commit
5f0bf58069
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      components/drivers/spi/spi_flash_sfud.h

+ 1 - 0
components/drivers/spi/spi_flash_sfud.h

@@ -12,6 +12,7 @@
 #define _SPI_FLASH_SFUD_H_
 
 #include <rtthread.h>
+#include <rtdevice.h>
 #include "./sfud/inc/sfud.h"
 #include "spi_flash.h"