Skip to content

Commit

Permalink
build/scripts: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Dec 9, 2024
1 parent b8f4351 commit 97b6dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gen/gen_mcu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ done
script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
yaml_parser="dasel -n -p yaml --plain -f"
core_yaml_file=$(make --no-print-directory -C "$WORKSPACE_DIR"/modules/libcore MCU="$mcu" print-MCU_YML_FILE)
out_header="$gen_dir"/MCU.h
out_cmakelists="$gen_dir"/CMakeLists.txt
project_yaml_file=${script_dir}/../../config/mcu/$mcu.yml
cmake_mcu_defines_var=PROJECT_MCU_DEFINES
Expand Down

0 comments on commit 97b6dc3

Please sign in to comment.