rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user