From 0eb6f1a23a56ef4dde16d890f34c7c6671a10629 Mon Sep 17 00:00:00 2001 From: xyzroe Date: Sat, 30 Nov 2024 21:58:52 +0200 Subject: [PATCH] Update update_devices.py --- .github/scripts/update_devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/update_devices.py b/.github/scripts/update_devices.py index 513c285..b64edee 100644 --- a/.github/scripts/update_devices.py +++ b/.github/scripts/update_devices.py @@ -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)