diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-06-26 13:15:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-26 13:15:30 -0500 |
| commit | 0f2fb93d1416b0be1c9a2f94b0ef25eda8b05d1f (patch) | |
| tree | 27471f3ac6b51a8682c7ceb283e28ef28128f427 | |
| parent | f496c0b58d63f594ce42bd5b34cf8421674b4108 (diff) | |
Update shared-bindings/sdcardio/SDCard.c
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
| -rw-r--r-- | shared-bindings/sdcardio/SDCard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/sdcardio/SDCard.c b/shared-bindings/sdcardio/SDCard.c index 54ca39f80..1d8c4bafb 100644 --- a/shared-bindings/sdcardio/SDCard.c +++ b/shared-bindings/sdcardio/SDCard.c @@ -50,7 +50,6 @@ //| :param busio.SPI spi: The SPI bus //| :param microcontroller.Pin cs: The chip select connected to the card //| :param int baudrate: The SPI data rate to use after card setup -//| :param busio.SDIO sdio: The SDIO bus. Mutually exclusive with spi and cs. //| //| Note that during detection and configuration, a hard-coded low baudrate is used. //| Data transfers use the specified baurate (rounded down to one that is supported by |
