Skip to content

Commit

Permalink
fixup! tools: add build_firmware.sh providing firmware build function…
Browse files Browse the repository at this point in the history
…ality
  • Loading branch information
ynezz committed Nov 30, 2024
1 parent cfd1316 commit 3628dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build_firmware.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -euo pipefail

build_dir="/build_dir"
output_dir="/outputs"
build_dir="./build_dir"
output_dir="./outputs"
work_dir="/build"
manifest_files=()

Expand Down

0 comments on commit 3628dce

Please sign in to comment.