summaryrefslogtreecommitdiff
path: root/src/class/cdc
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-11 10:47:07 +0700
committerhathach <[email protected]>2019-09-11 10:47:07 +0700
commit6c6a597465c7052cd4ecbdeab577bdce3855439d (patch)
treec864aa4cd048973d95501cb6303db57be4e4cebd /src/class/cdc
parentb6a5cf83c45b2641aa860c19022eaa0de78d41e3 (diff)
fix #132
Diffstat (limited to 'src/class/cdc')
-rw-r--r--src/class/cdc/cdc_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h
index 82932ef7d..b8b3c864d 100644
--- a/src/class/cdc/cdc_device.h
+++ b/src/class/cdc/cdc_device.h
@@ -135,7 +135,7 @@ static inline uint8_t tud_cdc_get_line_state (void)
static inline void tud_cdc_get_line_coding (cdc_line_coding_t* coding)
{
- return tud_cdc_n_get_line_coding(0, coding);
+ tud_cdc_n_get_line_coding(0, coding);
}
static inline void tud_cdc_set_wanted_char (char wanted)