2020-02-27 13:41:28 +01:00
|
|
|
diff --git a/boards/nordic/nrf52840dk/src/main.rs b/boards/nordic/nrf52840dk/src/main.rs
|
2020-09-16 11:35:19 +02:00
|
|
|
index 303a451..18fd331 100644
|
2020-02-27 13:41:28 +01:00
|
|
|
--- a/boards/nordic/nrf52840dk/src/main.rs
|
|
|
|
|
+++ b/boards/nordic/nrf52840dk/src/main.rs
|
2020-09-16 11:35:19 +02:00
|
|
|
@@ -112,7 +112,7 @@ pub mod io;
|
2020-02-27 13:41:28 +01:00
|
|
|
// Whether to use UART debugging or Segger RTT (USB) debugging.
|
|
|
|
|
// - Set to false to use UART.
|
|
|
|
|
// - Set to true to use Segger RTT over USB.
|
|
|
|
|
-const USB_DEBUGGING: bool = false;
|
|
|
|
|
+const USB_DEBUGGING: bool = true;
|
2020-09-16 11:35:19 +02:00
|
|
|
|
|
|
|
|
const VENDOR_ID: u16 = 0x1915; // Nordic Semiconductor
|
|
|
|
|
const PRODUCT_ID: u16 = 0x521f; // nRF52840 Dongle (PCA10059)
|