Docs: Sort upload protocols for board

This commit is contained in:
Ivan Kravets
2019-01-11 14:35:54 +02:00
parent c7949ecd07
commit 38bb2c61c1
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: a48c700ba1...e40ed51555

View File

@ -690,7 +690,7 @@ Uploading
---------
%s supports the next uploading protocols:
""" % board['name'])
for protocol in upload_protocols:
for protocol in sorted(upload_protocols):
lines.append("* ``%s``" % protocol)
lines.append("""
Default protocol is ``%s``""" % variables['upload_protocol'])