mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
usb: Adapt error message to newly present build variables
This commit is contained in:
parent
a1725b0b4b
commit
c0cc03a09a
@ -51,7 +51,7 @@ extern "C" {
|
||||
#define CONFIG_USB_PID INTERNAL_PERIPHERAL_PID
|
||||
#else
|
||||
#error Please configure your vendor and product IDs. For development, you may \
|
||||
set CONFIG_USB_VID=0x1209 CONFIG_USB_PID=0x7D01.
|
||||
set USB_VID=${USB_VID_TESTING} USB_PID=${USB_PID_TESTING}.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user