The dongle_dfu board should copy the dongle_opensk board and not the dongle
board. This issue was introduced by #334.
This commit is contained in:
Julien Cretin
2021-08-02 09:52:25 +02:00
committed by GitHub
parent a532959e8f
commit 14115fbc79

View File

@@ -6,7 +6,7 @@ build = "build.rs"
edition = "2018" edition = "2018"
[[bin]] [[bin]]
path = "../nrf52840_dongle/src/main.rs" path = "../nrf52840_dongle_opensk/src/main.rs"
name = "nrf52840_dongle_dfu" name = "nrf52840_dongle_dfu"
[dependencies] [dependencies]