summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-11 11:16:47 +0700
committerGitHub <[email protected]>2019-09-11 11:16:47 +0700
commitbf76a1e49e6760ef5ac7dd255158ce9475ea8dd1 (patch)
tree71ae9f97fda126f8f1a1c29e56f86f84dbe5e2a9 /src
parent678ba586df2e365dc802f40eebd2836897ca3eac (diff)
parent6c6a597465c7052cd4ecbdeab577bdce3855439d (diff)
Merge pull request #136 from hathach/develop
fix #132
Diffstat (limited to 'src')
-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)