mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 02:33:32 +08:00
Merge pull request #4226 from redocCheng/master
解决添加RT_USING_MTD_NOR编译报错的问题
This commit is contained in:
commit
b36aeb46a6
@ -6,11 +6,14 @@
|
|||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
* 2016/5/20 bernard the first version
|
* 2016/5/20 bernard the first version
|
||||||
|
* 2020/1/7 redoc add include
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SPI_FLASH_H__
|
#ifndef SPI_FLASH_H__
|
||||||
#define SPI_FLASH_H__
|
#define SPI_FLASH_H__
|
||||||
|
|
||||||
|
#include <rtdevice.h>
|
||||||
|
|
||||||
struct spi_flash_device
|
struct spi_flash_device
|
||||||
{
|
{
|
||||||
struct rt_device flash_device;
|
struct rt_device flash_device;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user