rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush()

This commit is contained in:
hathach
2018-07-14 23:43:19 +07:00
parent 19b6bbfd14
commit abb37e98ba
7 changed files with 14 additions and 7 deletions

View File

@@ -61,6 +61,7 @@
// VERIFY Helper
//--------------------------------------------------------------------+
#if CFG_TUSB_DEBUG >= 1
#include <stdio.h>
#define _MESS_ERR(_err) printf("%s: %d: failed, error = %s\n", __func__, __LINE__, tusb_strerr[_err])
#define _MESS_FAILED() printf("%s: %d: failed\n", __func__, __LINE__)
#else