 |
Pico Core
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
27#ifndef _PICO_STDIO_USB_TUSB_CONFIG_H
28#define _PICO_STDIO_USB_TUSB_CONFIG_H
32#define CFG_TUSB_RHPORT0_MODE (OPT_MODE_DEVICE)
34#define CFG_TUD_CDC (1)
35#define CFG_TUD_CDC_RX_BUFSIZE (256)
36#define CFG_TUD_CDC_TX_BUFSIZE (256)
39#define CFG_TUD_VENDOR (0)