Skip to content

Commit

Permalink
Sync docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 29, 2024
1 parent c475578 commit 591b377
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/docspregen.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ def generate_packages(platform, packages, is_embedded):
- Description"""
)
for name, options in dict(sorted(packages.items())).items():
if name == "toolchain-gccarmnoneeab": # aceinna typo fix
name = name + "i"
package = REGCLIENT.get_package(
"tool", options.get("owner", "platformio"), name
)
Expand Down

0 comments on commit 591b377

Please sign in to comment.