Skip to content

Commit

Permalink
Update libr/io/p/io_uf2.c
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae authored Jul 10, 2024
1 parent f7eb79e commit 4b1b344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/io/p/io_uf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ RIOPlugin r_io_plugin_uf2 = {
.read = __read,
.check = __check,
.seek = __lseek,
// .write = __write,
.write = __write,
.resize = __resize,
.system = __system,
};
Expand Down

0 comments on commit 4b1b344

Please sign in to comment.