From cd6d189f48ccb02761ee286e1254c764ee732d7f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 28 Feb 2016 17:17:24 +0200 Subject: extmod/vfs_fat: Move listdir() method from stmhal for reuse. --- py/py.mk | 1 + py/qstrdefs.h | 1 + 2 files changed, 2 insertions(+) (limited to 'py') diff --git a/py/py.mk b/py/py.mk index bbcd82566..9cf731b99 100644 --- a/py/py.mk +++ b/py/py.mk @@ -174,6 +174,7 @@ PY_O_BASENAME = \ ../extmod/vfs_fat_ffconf.o \ ../extmod/vfs_fat_diskio.o \ ../extmod/vfs_fat_file.o \ + ../extmod/vfs_fat_misc.o \ ../extmod/moduos_dupterm.o \ # prepend the build destination prefix to the py object files diff --git a/py/qstrdefs.h b/py/qstrdefs.h index ac0703a52..93eca3e82 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -718,6 +718,7 @@ Q(mount) Q(umount) Q(readonly) Q(mkfs) +Q(listdir) Q(readblocks) Q(writeblocks) Q(ioctl) -- cgit v1.2.3