Skip to content

Commit

Permalink
pkg/tinyusb: use RIOT internal USB_VID/USB_PID
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Nov 30, 2022
1 parent 89ca3ea commit 7abd2ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/tinyusb/contrib/tinyusb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* THE SOFTWARE.
*/

#define USB_H_USER_IS_RIOT_INTERNAL

#include "fmt.h"
#include "luid.h"
#include "tusb.h"
Expand Down

0 comments on commit 7abd2ed

Please sign in to comment.