Skip to content

Commit

Permalink
Update update_devices.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe authored Nov 30, 2024
1 parent ce1eb6b commit 0eb6f1a
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 0eb6f1a

Please sign in to comment.