diff options
| author | hathach <[email protected]> | 2026-03-13 00:57:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-13 00:57:30 +0700 |
| commit | 5bca175ea1f19309bc3f53a9435cb289561e1aa2 (patch) | |
| tree | ad99f53db0e5da76d8eee987b30fdbba8776942e /examples | |
| parent | 467f8c0a6b6e36304a6d5b420a0b15dc3fc64999 (diff) | |
| parent | 1fcb49fc638635337dc3d757767428bc3cb8c4b7 (diff) | |
Merge branch 'master' into ncm_restart
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/dual/host_info_to_device_cdc/src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/dual/host_info_to_device_cdc/src/main.c b/examples/dual/host_info_to_device_cdc/src/main.c index fe2199a69..cf3430464 100644 --- a/examples/dual/host_info_to_device_cdc/src/main.c +++ b/examples/dual/host_info_to_device_cdc/src/main.c @@ -106,10 +106,6 @@ static void usb_device_init(void) { .speed = TUSB_SPEED_AUTO }; tusb_init(BOARD_TUD_RHPORT, &dev_init); - tud_cdc_configure_t cdc_cfg = CFG_TUD_CDC_CONFIGURE_DEFAULT(); - cdc_cfg.tx_persistent = true; - cdc_cfg.tx_overwritabe_if_not_connected = false; - tud_cdc_configure(&cdc_cfg); board_init_after_tusb(); } |
