8000 Merge pull request #9415 from RetiredWizard/sdioioDOC · leench/circuitpython@ff4b747 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff4b747

Browse files
authored
Merge pull request adafruit#9415 from RetiredWizard/sdioioDOC
sdioio DOC update: DATA pins pass in Set
2 parents 08512c5 + 032a077 commit ff4b747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/sdioio/SDCard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
//| sd = sdioio.SDCard(
5656
//| clock=board.SDIO_CLOCK,
5757
//| command=board.SDIO_COMMAND,
58-
//| data=board.SDIO_DATA,
58+
//| data=[board.SDIO_DATA],
5959
//| frequency=25000000)
6060
//| vfs = storage.VfsFat(sd)
6161
//| storage.mount(vfs, '/sd')

0 commit comments

Comments
 (0)
0