diff options
| author | hathach <[email protected]> | 2022-12-22 11:43:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-22 11:43:57 +0700 |
| commit | 11233e4d3e04ceab1ad6e33d37a166aa48c436de (patch) | |
| tree | 98c5ee2945f078f34f7d5dfff8c7938dc10b7507 /examples/host/cdc_msc_hid/src | |
| parent | c99af908f10103c0829c4adc1ef74832c3ca4482 (diff) | |
minor clean up
Diffstat (limited to 'examples/host/cdc_msc_hid/src')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index c515405cb..e3d9356f6 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -108,6 +108,10 @@ #define CFG_TUH_HID_EPIN_BUFSIZE 64 #define CFG_TUH_HID_EPOUT_BUFSIZE 64 +//------------- CDC -------------// +// Set both DTR ( bit 0), RTS (bit 1) on enumeration/mounted +#define CFG_TUH_CDC_SET_DTRRTS_ON_ENUM 0x03 + #ifdef __cplusplus } #endif |
