diff options
Diffstat (limited to 'py')
| -rw-r--r-- | py/mpstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/mpstate.h b/py/mpstate.h index 9c73f7778..daf085a06 100644 --- a/py/mpstate.h +++ b/py/mpstate.h @@ -166,8 +166,8 @@ typedef struct _mp_state_vm_t { #endif #if MICROPY_VFS - struct _vfs_mount_t *vfs_cur; - struct _vfs_mount_t *vfs_mount_table; + struct _mp_vfs_mount_t *vfs_cur; + struct _mp_vfs_mount_t *vfs_mount_table; #endif // |
