We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca2c8d commit b832feaCopy full SHA for b832fea
docs/porting/target/spi.md
@@ -101,7 +101,7 @@ This highly configurable interface has a wide range of elements you can adjust:
101
A target must also define these elements:
102
103
- `#define SPI_COUNT (xxxxxU)`.
104
- The number of SPI peripheral available on the device.
+ The number of SPI peripheral available on the device. A good place for that macro is `PeripheralNames.h` next to the `SPIName` enumeration.
105
106
#### Notes
107
0 commit comments