1 parent 3aa0f2e commit 6540524Copy full SHA for 6540524
1 file changed
extmod/vfs_fat_lexer.c
@@ -61,6 +61,8 @@ STATIC void file_buf_close(mp_lexer_file_buf_t *fb) {
61
m_del_obj(mp_lexer_file_buf_t, fb);
62
}
63
64
+mp_lexer_t *fat_vfs_lexer_new_from_file(const char *filename);
65
+
66
mp_lexer_t *fat_vfs_lexer_new_from_file(const char *filename) {
67
mp_lexer_file_buf_t *fb = m_new_obj_maybe(mp_lexer_file_buf_t);
68
if (fb == NULL) {
0 commit comments