summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-09-11 14:14:02 -0400
committerWilliam D. Jones <[email protected]>2019-09-11 14:14:02 -0400
commit6b79f399a1ed46c35ca79fbd9213236ba0172bea (patch)
tree130d801d38c2f4ede97e5cf212614b526207ad01 /src/class
parentfc10ff2f056684eb570b74f51e10bf21adbf5805 (diff)
parent2683d60b3310a97d657bbe9898313352251b338a (diff)
Merge branch 'master' of https://github.com/hathach/tinyusb into pyboard
Diffstat (limited to 'src/class')
-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)