summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-07-14 23:43:19 +0700
committerhathach <[email protected]>2018-07-14 23:43:19 +0700
commitabb37e98baa16ae9f99f9d7562e4ee166e8bc4de (patch)
tree865b77a3d3472d0aa085b7d8e7ff5aa59e8a2f36 /src/common
parent19b6bbfd14778c5a1fd13d2c0665dfbaa49c9425 (diff)
rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush()
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_verify.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_verify.h b/src/common/tusb_verify.h
index 0e1f3b934..95816a0e7 100644
--- a/src/common/tusb_verify.h
+++ b/src/common/tusb_verify.h
@@ -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