1
0
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:
Marian Buschsieweke 2022-08-29 16:39:05 +02:00
parent dc6e8e51d7
commit eaace28804
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94
2 changed files with 2 additions and 2 deletions

View File

@ -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
/**

View File

@ -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"