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
1 changed files with 1 additions and 0 deletions

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"