Skip to content

Commit

Permalink
Merge pull request #132 from xyzroe/xyzroe-patch-1
Browse files Browse the repository at this point in the history
Update update_devices.py
  • Loading branch information
xyzroe authored Nov 30, 2024
2 parents ce1eb6b + 0eb6f1a commit 2659dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def write_features_file(features_file_path, updated_content):
print(f"Updated features file: {features_file_path}")

def main():
hw_file_path = 'main_branch/src//const/hw.cpp'
hw_file_path = 'main_branch/src/const/hw.cpp'
features_file_path = 'mkdocs_branch/docs/features.md'

hw_content = read_hw_file(hw_file_path)
Expand Down

0 comments on commit 2659dfc

Please sign in to comment.