Skip to content

Commit

Permalink
Update override_board_configuration.rst (#351)
Browse files Browse the repository at this point in the history
When a user copies and pastes the code, they receive an error message if they fail to remove the punctuation. It has now been updated to use a comma instead.
  • Loading branch information
sonite authored May 7, 2024
1 parent 0125f8d commit ecee43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/examples/override_board_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ hardware VID/PIDs.
# should be array of VID:PID pairs
board_config.update("build.hwids", [
["0x2341", "0x0243"], # 1st pair
["0x2A03", "0x0043"]. # 2nd pair, etc.
])
["0x2A03", "0x0043"], # 2nd pair, etc.
])

0 comments on commit ecee43a

Please sign in to comment.