1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/tinyusb/tinyusb_board_reset: define feature as RIOT internal

Defining the feature as RIOT internal avoids that the board has to set USB_VID and USB_PID explicit to USB_VID_TESTInG/USB_PID_TESTING if tinyUSB board reset feature is used.
This commit is contained in:
Gunar Schorcht 2023-03-10 12:42:47 +01:00
parent 738e0c8318
commit f30abc4200

View File

@ -8,6 +8,8 @@
#if MODULE_TINYUSB_DEVICE && MODULE_TINYUSB_CLASS_CDC && MODULE_USB_BOARD_RESET
#define USB_H_USER_IS_RIOT_INTERNAL
#include "usb_board_reset_internal.h"
#include "class/cdc/cdc.h"