summaryrefslogtreecommitdiffstatshomepage
path: root/stm/lexerfatfs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-16 22:09:13 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-16 22:09:13 +0000
commit8161a10de1011f2e8cf4e4b0c89b7a25db1631a0 (patch)
treef9df044ba9f5fd958a15118fbbf62f8f83348c38 /stm/lexerfatfs.h
parenteea2eb1bb74c59e80deb14872a0aa10d6a69a304 (diff)
downloadmicropython-8161a10de1011f2e8cf4e4b0c89b7a25db1631a0.tar.gz
micropython-8161a10de1011f2e8cf4e4b0c89b7a25db1631a0.zip
stm: Add stm import support.
Diffstat (limited to 'stm/lexerfatfs.h')
-rw-r--r--stm/lexerfatfs.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/stm/lexerfatfs.h b/stm/lexerfatfs.h
index f1fe5ad485..55902a3006 100644
--- a/stm/lexerfatfs.h
+++ b/stm/lexerfatfs.h
@@ -1,8 +1 @@
-typedef struct _mp_lexer_file_buf_t {
- FIL fp;
- char buf[20];
- uint16_t len;
- uint16_t pos;
-} mp_lexer_file_buf_t;
-
-mp_lexer_t *mp_lexer_new_from_file(const char *filename, mp_lexer_file_buf_t *fb);
+mp_lexer_t *mp_lexer_new_from_file(const char *filename);