From f85db1b754693c778af7030cb4e725aa0a17c16b Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 16 Jul 2024 03:54:10 +0200 Subject: [PATCH] docs(faderboard): use markdown in comment documenting usb product id --- firmware/faderboard/src/usb.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/faderboard/src/usb.rs b/firmware/faderboard/src/usb.rs index 1ccc6fd..d3b12c8 100644 --- a/firmware/faderboard/src/usb.rs +++ b/firmware/faderboard/src/usb.rs @@ -8,8 +8,8 @@ use usbd_serial::SerialPort; /// pid.codes VID const VENDOR_ID: u16 = 0x1209; -/// pid.codes Test PID - do not use outside of testing! -/// TODO: apply for unique PID once project is finished +/// pid.codes Test PID -- **do not use outside of testing!** +/// *TODO: apply for unique PID once project is finished* const PRODUCT_ID: u16 = 0x0006; pub struct Usb<'a> {