Skip to content

Commit 3f7c7a8

Browse files
committed
fixup! esp32: Add low level SD card block device NIFs
Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent 7a2815f commit 3f7c7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/avm_esp32/src/esp.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
| {cd, non_neg_integer()}.
154154
-type mount_options() :: [sdmmc_mount_option() | sdspi_mount_option()] | #{atom() => term()}.
155155

156-
-opaque sdcard() :: binary().
156+
-opaque sdcard() :: reference().
157157

158158
-export_type(
159159
[

0 commit comments

Comments
 (0)