mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-30 04:20:26 +00:00
fix #132
This commit is contained in:
parent
b6a5cf83c4
commit
6c6a597465
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user