1 parent d9a98bd commit 48443ceCopy full SHA for 48443ce
1 file changed
shared-bindings/sdcardio/SDCard.c
@@ -44,7 +44,7 @@
44
//| `busio.SPI`, not `bitbangio.SPI`. Usually an SDCard object is used
45
//| with ``storage.VfsFat`` to allow file I/O to an SD card."""
46
//|
47
-//| def __init__(bus:busio.SPI, cs=digitalio.DigitalInOut, baudrate=8000000):
+//| def __init__(bus:busio.SPI, cs: digitalio.DigitalInOut=digitalio.DigitalInOut, baudrate: int=8000000):
48
//| """Construct an SPI SD Card object with the given properties
49
50
//| :param busio.SPI spi: The SPI bus
0 commit comments