From f35d2124c36f8d39a953b76620e081b79c2faffd Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 14 Oct 2018 23:08:07 +0200 Subject: moved newlib specific stuff and similar into ./interface/ --- fs/mount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs') diff --git a/fs/mount.c b/fs/mount.c index 9aa1aeb..eca0b2c 100644 --- a/fs/mount.c +++ b/fs/mount.c @@ -107,3 +107,4 @@ int mount_read_dir (char *path, fs_dirent *dirs, uint32_t *pos) char *p=get_mount_for_path(path,&m); return m.mount_read_dir(&m,p,dirs,pos); } + -- cgit v1.2.3