summaryrefslogtreecommitdiff
path: root/examples/obsolete/device/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-08-30 15:20:15 +0700
committerhathach <[email protected]>2018-08-30 15:20:15 +0700
commit61e4a8c3d34994f47ae7380217af4dbefef4aab9 (patch)
treeb21ebaf6bffc46f29fe4791286cdb138c1e16797 /examples/obsolete/device/src
parent583326e535454f16b06ebdb9cc06869602a5564c (diff)
remove CFG_TUD_CDC_FLUSH_ON_SOF option
Diffstat (limited to 'examples/obsolete/device/src')
-rw-r--r--examples/obsolete/device/src/tusb_config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/obsolete/device/src/tusb_config.h b/examples/obsolete/device/src/tusb_config.h
index fc6807aef..7b7c82299 100644
--- a/examples/obsolete/device/src/tusb_config.h
+++ b/examples/obsolete/device/src/tusb_config.h
@@ -85,12 +85,6 @@
#define CFG_TUD_CDC_RX_BUFSIZE 128
#define CFG_TUD_CDC_TX_BUFSIZE 128
-
-// TX is sent automatically in Start of Frame event.
-// If not enabled, application must call tud_cdc_write_flush() periodically
-#define CFG_TUD_CDC_FLUSH_ON_SOF 1
-
-
// Number of supported Logical Unit Number (At least 1)
#define CFG_TUD_MSC_MAXLUN 1