Skip to content

Commit

Permalink
Revert "TEMP TEMP TEMP #2"
Browse files Browse the repository at this point in the history
This reverts commit e0dc117.
  • Loading branch information
bettio committed Sep 28, 2024
1 parent 217e64a commit 6784189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ start() ->
ok = esp:mount("sdmmc", "/test", fat, []),
{ok, Fd} = atomvm:posix_open("/test/test.txt", [o_rdwr, o_creat], 8#644),
ok = atomvm:posix_close(Fd),
%ok = umount_missing(),
ok = umount_missing(),
ok = esp:umount("/test"),
ok.

Expand Down

0 comments on commit 6784189

Please sign in to comment.