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:
parent
ed585cfc22
commit
b97da1bfde
@ -20,6 +20,8 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#define USB_H_USER_IS_RIOT_INTERNAL
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
@ -23,6 +23,8 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#define USB_H_USER_IS_RIOT_INTERNAL
|
||||
|
||||
#include "fmt.h"
|
||||
#include "luid.h"
|
||||
#include "tusb.h"
|
||||
|
Loading…
Reference in New Issue
Block a user