Skip to content

Commit

Permalink
Fix typo in spi.md (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexgarland authored Oct 18, 2023
1 parent fc771cd commit 4514615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/spi.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Start an SPI transaction, consisting of up to 5 phases:
- `cmd_bitlen` bit length of the command phase (0 - 16)
- `cmd_data` data for command phase
- `addr_bitlen` bit length for address phase (0 - 32)
- `addr_data` data for command phase
- `addr_data` data for address phase
- `mosi_bitlen` bit length of the MOSI phase (0 - 512)
- `dummy_bitlen` bit length of the dummy phase (0 - 256)
- `miso_bitlen` bit length of the MISO phase (0 - 512) for half-duplex.<br />Full-duplex mode is activated with a negative value.
Expand Down

0 comments on commit 4514615

Please sign in to comment.