Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Jan 20, 2022
1 parent 8eddce6 commit eb08c83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extmod/vfs_fat_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ STATIC mp_obj_t file_open(fs_user_mount_t *vfs, const mp_obj_type_t *type, mp_ar
break;
default:
bad_mode = true;
mp_raise_ValueError(translate("Invalid mode"));
break;
}
}
Expand Down

0 comments on commit eb08c83

Please sign in to comment.