Skip to content

Commit

Permalink
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 google#334.
  • Loading branch information
ia0 committed Jul 29, 2021
1 parent a532959 commit 8ba5c07
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 8ba5c07

Please sign in to comment.