4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 19:03:31 +08:00

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

This commit is contained in:
tangyuxin 2018-12-06 09:20:46 +08:00
parent 27cd03d454
commit 5f0bf58069

View File

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