diff --git a/tests/usbus_cdc_acm_stdio/Makefile b/tests/usbus_cdc_acm_stdio/Makefile index 1e4fb8b017..4d07162137 100644 --- a/tests/usbus_cdc_acm_stdio/Makefile +++ b/tests/usbus_cdc_acm_stdio/Makefile @@ -9,7 +9,7 @@ USEMODULE += ps # USB device vendor and product ID DEFAULT_VID = 1209 -DEFAULT_PID = 0001 +DEFAULT_PID = 7D00 USB_VID ?= $(DEFAULT_VID) USB_PID ?= $(DEFAULT_PID)