Skip to content

Commit

Permalink
Fix meanwell app-meanwell.toml so that the output doesn't conflict wi…
Browse files Browse the repository at this point in the history
…th app.toml (#1567)

If one builds all of the available app.toml then the outputs of
app/gimletlet/app{,-meanwell}.toml get written to the same path:
target/gimletlet-meanwell/dist/default/build-gimletlet-image-default.zip

This change results in app-meanwell.toml writing to:
target/gimletlet-meanwell/dist/default/build-gimletlet-meanwell-image-default.zip
  • Loading branch information
lzrd authored Nov 27, 2023
1 parent 5a76c38 commit bfeb340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gimletlet/app-meanwell.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "gimletlet"
name = "gimletlet-meanwell"
target = "thumbv7em-none-eabihf"
board = "gimletlet-2"
chip = "../../chips/stm32h7"
Expand Down

0 comments on commit bfeb340

Please sign in to comment.