1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 17:13:50 +01:00

boards/esp32s2-wemos-mini: remove default setting of USB_VID/USB_PID

This commit is contained in:
Gunar Schorcht 2023-03-10 12:43:22 +01:00
parent f30abc4200
commit a7347592df

View File

@ -1,8 +1,5 @@
PORT_LINUX ?= /dev/ttyACM0
USB_VID ?= $(USB_VID_TESTING)
USB_PID ?= $(USB_PID_TESTING)
CFLAGS += -DCONFIG_CONSOLE_UART_TX=39
CFLAGS += -DCONFIG_CONSOLE_UART_RX=37