From 14115fbc792ed7933db829a8510f0e046b08855d Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Mon, 2 Aug 2021 09:52:25 +0200 Subject: [PATCH] Fix #348 (#351) 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 10b387c..f589e90 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]