diff options
| author | hathach <[email protected]> | 2019-07-03 00:52:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-03 00:52:25 +0700 |
| commit | 1a0e02fa1b004e68a00e5fbfbc4ea854c9036875 (patch) | |
| tree | 831f2ffe419bb8de2ce32818b71626bca6b1e052 /src/class/cdc | |
| parent | 62d3b916919c33fba001ff046b97e38200feb2df (diff) | |
tested midi example
Diffstat (limited to 'src/class/cdc')
| -rw-r--r-- | src/class/cdc/cdc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h index bd8aecfef..8d09094a0 100644 --- a/src/class/cdc/cdc_device.h +++ b/src/class/cdc/cdc_device.h @@ -103,7 +103,7 @@ TU_ATTR_WEAK void tud_cdc_line_state_cb(uint8_t itf, bool dtr, bool rts); TU_ATTR_WEAK void tud_cdc_line_coding_cb(uint8_t itf, cdc_line_coding_t const* p_line_coding);
//--------------------------------------------------------------------+
-// Application API (Interface0) Implementation
+// Inline Functions
//--------------------------------------------------------------------+
static inline bool tud_cdc_connected (void)
{
|
