Browse Source

Delete dfs_jffs2.h

Meco Jianting Man 4 năm trước cách đây
mục cha
commit
cd4cf46f3b
1 tập tin đã thay đổi với 0 bổ sung14 xóa
  1. 0 14
      components/dfs/filesystems/jffs2/dfs_jffs2.h

+ 0 - 14
components/dfs/filesystems/jffs2/dfs_jffs2.h

@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2006-2021, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date           Author       Notes
- */
-#ifndef __DFS_JFFS2_H__
-#define __DFS_JFFS2_H__
-
-int dfs_jffs2_init(void);
-
-#endif