Skip to content

Commit 1be63d2

Browse files
rexgarlandmarcelstoer
authored andcommitted
Fix typo in spi.md (#3613)
1 parent d5a2ee7 commit 1be63d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/spi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Start an SPI transaction, consisting of up to 5 phases:
215215
- `cmd_bitlen` bit length of the command phase (0 - 16)
216216
- `cmd_data` data for command phase
217217
- `addr_bitlen` bit length for address phase (0 - 32)
218-
- `addr_data` data for command phase
218+
- `addr_data` data for address phase
219219
- `mosi_bitlen` bit length of the MOSI phase (0 - 512)
220220
- `dummy_bitlen` bit length of the dummy phase (0 - 256)
221221
- `miso_bitlen` bit length of the MISO phase (0 - 512) for half-duplex.<br />Full-duplex mode is activated with a negative value.

0 commit comments

Comments
 (0)