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,7 +1,5 @@
|
||||
#include "tos_vfs.h"
|
||||
|
||||
#if TOS_CFG_VFS_EN > 0u
|
||||
|
||||
__STATIC__ TOS_LIST_DEFINE(k_vfs_inode_list);
|
||||
|
||||
/*
|
||||
@@ -159,5 +157,3 @@ __KNL__ void vfs_inode_release(vfs_inode_t *inode)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* TOS_CFG_VFS_EN */
|
||||
|
||||
|
Reference in New Issue
Block a user