From 4b1b3448b34fc654a9435abba7b453328f48e297 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 11 Jul 2024 00:57:17 +0200 Subject: [PATCH] Update libr/io/p/io_uf2.c --- libr/io/p/io_uf2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/io/p/io_uf2.c b/libr/io/p/io_uf2.c index 31f2eb01b5059..bcf16a1f59e91 100644 --- a/libr/io/p/io_uf2.c +++ b/libr/io/p/io_uf2.c @@ -439,7 +439,7 @@ RIOPlugin r_io_plugin_uf2 = { .read = __read, .check = __check, .seek = __lseek, - // .write = __write, + .write = __write, .resize = __resize, .system = __system, };