add fatfs through vfs for EVB plus
1. see board\TencentOS_tiny_EVB_MX_Plus\KEIL\fatfs_through_vfs
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#ifndef _TOS_VFS_INODE_H_
|
||||
#define _TOS_VFS_INODE_H_
|
||||
|
||||
#if TOS_CFG_VFS_EN > 0u
|
||||
|
||||
// why your inode's name so long?
|
||||
#define VFS_INODE_NAME_MAX 31
|
||||
|
||||
@@ -53,7 +51,5 @@ __KNL__ void vfs_inode_free(vfs_inode_t *inode);
|
||||
|
||||
__KNL__ void vfs_inode_release(vfs_inode_t *inode);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* _TOS_VFS_INODE_H_ */
|
||||
|
||||
|
Reference in New Issue
Block a user