Skip to content

Commit 74a2325

Browse files
committedDec 9, 2024
build/scripts: remove unused variable
1 parent 8353361 commit 74a2325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎scripts/gen/gen_mcu.sh

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ done
2323
script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
2424
yaml_parser="dasel -n -p yaml --plain -f"
2525
core_yaml_file=$(make --no-print-directory -C "$WORKSPACE_DIR"/modules/libcore MCU="$mcu" print-MCU_YML_FILE)
26-
out_header="$gen_dir"/MCU.h
2726
out_cmakelists="$gen_dir"/CMakeLists.txt
2827
project_yaml_file=${script_dir}/../../config/mcu/$mcu.yml
2928
cmake_mcu_defines_var=PROJECT_MCU_DEFINES

0 commit comments

Comments
 (0)
Failed to load comments.