mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-22 08:24:18 +08:00
1. add mtd nor files. 2 fixed include head files in rtdevice.h and mtd_nand.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2141 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -47,8 +47,8 @@ rt_size_t rt_ringbuffer_emptry_size(struct rt_ringbuffer* rb);
|
||||
#include "drivers/spi.h"
|
||||
#endif
|
||||
|
||||
#ifdef RT_USING_MTD
|
||||
#include "drivers/mtd.h"
|
||||
#ifdef RT_USING_MTD_NOR
|
||||
#include "drivers/mtd_nor.h"
|
||||
#endif
|
||||
|
||||
#ifdef RT_USING_MTD_NAND
|
||||
|
Reference in New Issue
Block a user