posix文件借口修复

This commit is contained in:
zhangzheng
2023-12-02 22:02:56 +08:00
parent 8c4692ac39
commit 2d68c1b480
42 changed files with 237 additions and 117 deletions

View File

@@ -9,7 +9,7 @@
#include "ff.h" /* Obtains integer types */
#include "diskio.h" /* Declarations of disk functions */
// #include "ram_disk.h"
#include "ram_disk.h"
#include <stdio.h>
/* Definitions of physical drive number for each drive */
#define DEV_RAM 0 /* Example: Map Ramdisk to physical drive 0 */