1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

pkg/tinyusb: use RIOT internal USB_VID/USB_PID

This commit is contained in:
Gunar Schorcht 2022-12-03 12:05:26 +01:00
parent ed585cfc22
commit b97da1bfde
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
* @}
*/
#define USB_H_USER_IS_RIOT_INTERNAL
#include <stdio.h>
#include <sys/types.h>

View File

@ -23,6 +23,8 @@
* THE SOFTWARE.
*/
#define USB_H_USER_IS_RIOT_INTERNAL
#include "fmt.h"
#include "luid.h"
#include "tusb.h"