Skip to content

Commit c06c43e

Browse files
committed
extmod/vfs_fat.c: _FS_REENTRANT -> FF_FS_REENTRANT
1 parent 1e1a800 commit c06c43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: extmod/vfs_fat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static void verify_fs_writable(fs_user_mount_t *vfs) {
108108
}
109109
}
110110

111-
#if _FS_REENTRANT
111+
#if FF_FS_REENTRANT
112112
static mp_obj_t fat_vfs_del(mp_obj_t self_in) {
113113
mp_obj_fat_vfs_t *self = MP_OBJ_TO_PTR(self_in);
114114
// f_umount only needs to be called to release the sync object

0 commit comments

Comments
 (0)