From b3affc1270b9888e90c1d2aac094ef893c38c70d Mon Sep 17 00:00:00 2001 From: Amanjeev Sethi Date: Mon, 19 Jun 2023 21:27:48 -0400 Subject: [PATCH] reformat the advanced page into section so it is clear --- embedded-workshop-book/src/listing-usb-devices.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/listing-usb-devices.md b/embedded-workshop-book/src/listing-usb-devices.md index a6173d1..a7ba495 100644 --- a/embedded-workshop-book/src/listing-usb-devices.md +++ b/embedded-workshop-book/src/listing-usb-devices.md @@ -12,7 +12,11 @@ Bus 001 Device 001: ID 1d6b:0002 Bus 001 Device 010: ID 1366:1015 <- J-Link on the nRF52840 Development Kit ``` -The goal of this workshop is to get the nRF52840 SoC to show in this list. The embedded application will use the vendor ID (VID) and product ID (PID) defined in `advanced/common/consts`; `cargo xtask usb-list` will highlight the USB device that matches that VID PID pair. +## Workshop goal + +The goal of this workshop is to get the nRF52840 SoC to show in this list. The embedded application will use the vendor ID (VID) and product ID (PID) defined in `advanced/common/consts`. + +`cargo xtask usb-list` will highlight the USB device that matches that VID PID pair. ``` console $ # expected output