4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 05:10:26 +08:00

Merge pull request #2038 from enkiller/181206

[components][drivers][spi]] 修复开启 mtd nor 后编译错误的问题
This commit is contained in:
Bernard Xiong 2018-12-06 11:33:45 +08:00 committed by GitHub
commit 538923d34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"