Skip to content

Commit

Permalink
Merge pull request #1941 from peternewman/0.10-clang-latest
Browse files Browse the repository at this point in the history
Correct the documentation about the SPI sync port option
  • Loading branch information
kripton committed Mar 5, 2024
2 parents 4b0aae6 + 1935297 commit 4a3c68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/spi/SPIPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ string SPIPlugin::Description() const {
"If the software backend is used, this defines the number of ports which\n"
"will be created.\n"
"\n"
"<device>-sync-ports = <int>\n"
"<device>-sync-port = <int>\n"
"Controls which port triggers a flush (write) of the SPI data. If set to -1\n"
"the SPI data is written when any port changes. This can result in a lot of\n"
"data writes (slow) and partial frames. If set to -2, the last port is used.\n"
Expand Down

0 comments on commit 4a3c68d

Please sign in to comment.