Skip to content

Commit c7180fd

Browse files
author
Amanda Butler
authored
Add space in spi.md
Add space to fix formatting.
1 parent 5c905c8 commit c7180fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/target/spi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ A target must also define these elements:
102102
- `#define SPI_COUNT (xxxxxU)`.
103103
- The number of SPI peripherals available on the device. A good place for that macro is `PeripheralNames.h` next to the `SPIName` enumeration.
104104

105-
<span class="notes">**Note:**You can find more details about the design choices in the [SPI design document](https://github.com/ARMmbed/mbed-os/blob/feature-hal-spec-spi/docs/design-documents/hal/0000-spi-overhaul.md).</span>
105+
<span class="notes">**Note:** You can find more details about the design choices in the [SPI design document](https://github.com/ARMmbed/mbed-os/blob/feature-hal-spec-spi/docs/design-documents/hal/0000-spi-overhaul.md).</span>
106106

107107
### Dependencies
108108

0 commit comments

Comments
 (0)