diff options
| author | hathach <[email protected]> | 2025-11-08 00:30:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-11-08 00:30:22 +0700 |
| commit | b83b36b35438bd80f743945ef58f8189b1f701e0 (patch) | |
| tree | 0bc453b4635b92c03d0849e03dc398bd3e751daa /src/class/cdc/cdc_device.h | |
| parent | 652342b57b129a79e0df152377d18096e4a0fed5 (diff) | |
| parent | 5d351828cbb077e41463a31d285ca001250e85da (diff) | |
Merge remote-tracking branch 'origin/fix-alerts-3' into fix-alerts-3
# Conflicts:
# src/class/cdc/cdc_device.h
# src/class/msc/msc_device.c
# src/common/tusb_debug.h
Diffstat (limited to 'src/class/cdc/cdc_device.h')
| -rw-r--r-- | src/class/cdc/cdc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h index f30f93bc6..6f21af4f3 100644 --- a/src/class/cdc/cdc_device.h +++ b/src/class/cdc/cdc_device.h @@ -62,7 +62,7 @@ TU_VERIFY_STATIC(sizeof(tud_cdc_configure_t) == 1, "size is not correct"); #define TUD_CDC_CONFIGURE_DEFAULT() { \ .rx_persistent = false, \ .tx_persistent = false, \ - .tx_overwritabe_if_not_connected = false, \ + .tx_overwritabe_if_not_connected = true, \ } // Configure CDC driver behavior |
