mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
sys/usb: Set USB model to $(BOARD) by default
This commit is contained in:
parent
dc6e8e51d7
commit
eaace28804
@ -86,7 +86,7 @@ extern "C" {
|
||||
* @brief USB peripheral product string
|
||||
*/
|
||||
#ifndef CONFIG_USB_PRODUCT_STR
|
||||
#define CONFIG_USB_PRODUCT_STR "USB device"
|
||||
#define CONFIG_USB_PRODUCT_STR RIOT_BOARD
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -62,7 +62,7 @@ config USB_MANUF_STR
|
||||
|
||||
config USB_PRODUCT_STR
|
||||
string "Product string"
|
||||
default "USB device"
|
||||
default BOARD
|
||||
|
||||
config USB_CONFIGURATION_STR
|
||||
string "Configuration string"
|
||||
|
Loading…
Reference in New Issue
Block a user