diff options
| author | hathach <[email protected]> | 2018-08-30 15:20:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-08-30 15:20:15 +0700 |
| commit | 61e4a8c3d34994f47ae7380217af4dbefef4aab9 (patch) | |
| tree | b21ebaf6bffc46f29fe4791286cdb138c1e16797 /src/class/cdc/cdc_device.h | |
| parent | 583326e535454f16b06ebdb9cc06869602a5564c (diff) | |
remove CFG_TUD_CDC_FLUSH_ON_SOF option
Diffstat (limited to 'src/class/cdc/cdc_device.h')
| -rw-r--r-- | src/class/cdc/cdc_device.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h index 4014f5fa9..2e03793a9 100644 --- a/src/class/cdc/cdc_device.h +++ b/src/class/cdc/cdc_device.h @@ -116,12 +116,6 @@ tusb_error_t cdcd_control_request_st (uint8_t rhport, tusb_control_request_t con tusb_error_t cdcd_xfer_cb (uint8_t rhport, uint8_t edpt_addr, tusb_event_t event, uint32_t xferred_bytes);
void cdcd_reset (uint8_t rhport);
-#if CFG_TUD_CDC_FLUSH_ON_SOF
-void cdcd_sof(uint8_t rhport);
-#else
-#define cdcd_sof NULL
-#endif
-
#endif
#ifdef __cplusplus
|
