Explorar el Código

Delete dfs_jffs2.h

Meco Jianting Man hace 4 años
padre
commit
cd4cf46f3b
Se han modificado 1 ficheros con 0 adiciones y 14 borrados
  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