Skip to content

Commit

Permalink
Fix #348 (#351)
Browse files Browse the repository at this point in the history
The dongle_dfu board should copy the dongle_opensk board and not the dongle
board. This issue was introduced by #334.
  • Loading branch information
ia0 authored Aug 2, 2021
1 parent a532959 commit 14115fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/nordic/nrf52840_dongle_dfu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build = "build.rs"
edition = "2018"

[[bin]]
path = "../nrf52840_dongle/src/main.rs"
path = "../nrf52840_dongle_opensk/src/main.rs"
name = "nrf52840_dongle_dfu"

[dependencies]
Expand Down

0 comments on commit 14115fb

Please sign in to comment.