diff options
| author | hathach <[email protected]> | 2018-07-14 23:43:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-14 23:43:19 +0700 |
| commit | abb37e98baa16ae9f99f9d7562e4ee166e8bc4de (patch) | |
| tree | 865b77a3d3472d0aa085b7d8e7ff5aa59e8a2f36 /examples/device/device_virtual_com/src | |
| parent | 19b6bbfd14778c5a1fd13d2c0665dfbaa49c9425 (diff) | |
rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush()
Diffstat (limited to 'examples/device/device_virtual_com/src')
| -rw-r--r-- | examples/device/device_virtual_com/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/device_virtual_com/src/tusb_config.h b/examples/device/device_virtual_com/src/tusb_config.h index a69d2ecbb..511b81b78 100644 --- a/examples/device/device_virtual_com/src/tusb_config.h +++ b/examples/device/device_virtual_com/src/tusb_config.h @@ -90,7 +90,7 @@ // TX is sent automatically every Start of Frame event. -// If not enabled, application must call tud_cdc_flush() periodically +// If not enabled, application must call tud_cdc_write_flush() periodically #define CFG_TUD_CDC_FLUSH_ON_SOF 1 //--------------------------------------------------------------------+ |
