Merge pull request #4296 from ajs256/patch-1

Fix formatting in SPI docs
This commit is contained in:
Scott Shawcroft 2021-03-01 13:20:29 -08:00 committed by GitHub
commit c33d86f78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
//|
//| """Construct an SPI object on the given pins.
//|
//| ..note:: The SPI peripherals allocated in order of desirability, if possible,
//| .. note:: The SPI peripherals allocated in order of desirability, if possible,
//| such as highest speed and not shared use first. For instance, on the nRF52840,
//| there is a single 32MHz SPI peripheral, and multiple 8MHz peripherals,
//| some of which may also be used for I2C. The 32MHz SPI peripheral is returned