Start work on DST

This commit is contained in:
2025-10-29 10:41:23 +01:00
parent fb8ac1d5c9
commit 7bc4071344
8 changed files with 472 additions and 44 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ int main(void)
return -1;
}
char buff_2[] = "This is file 1";
char buff_2[] = "This is file 2";
if (tinydfs_submit_write(tdfs, "/my_file_1", -1, 0, buff_2, sizeof(buff_2)-1) < 0) {
tinydfs_free(tdfs);
return -1;