added usb serial info
This commit is contained in:
parent
21d1a190a9
commit
9d18a57584
2 changed files with 20 additions and 2 deletions
14
firmware/MotionControllerRP/include/usb_strings.h
Normal file
14
firmware/MotionControllerRP/include/usb_strings.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
// Override board-level USB descriptor strings.
|
||||
// This file is force-included via build_flags so it runs after all -D
|
||||
// command-line defines (including the board's default "Pico 2"), giving
|
||||
// these definitions the final say.
|
||||
#ifdef USB_PRODUCT
|
||||
#undef USB_PRODUCT
|
||||
#endif
|
||||
#define USB_PRODUCT "Micro-Manipulator"
|
||||
|
||||
#ifdef USB_MANUFACTURER
|
||||
#undef USB_MANUFACTURER
|
||||
#endif
|
||||
#define USB_MANUFACTURER ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue