From 8ba5c078ca9ffdfe5159f217535a91ad53d0753e Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Thu, 29 Jul 2021 23:24:09 +0200 Subject: [PATCH] Fix #348 The dongle_dfu board should copy the dongle_opensk board and not the dongle board. This issue was introduced by #334. --- boards/nordic/nrf52840_dongle_dfu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nordic/nrf52840_dongle_dfu/Cargo.toml b/boards/nordic/nrf52840_dongle_dfu/Cargo.toml index 10b387cc..f589e90c 100644 --- a/boards/nordic/nrf52840_dongle_dfu/Cargo.toml +++ b/boards/nordic/nrf52840_dongle_dfu/Cargo.toml @@ -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]