Merge pull request #136 from hathach/develop

fix #132
This commit is contained in:
hathach
2019-09-11 11:16:47 +07:00
committed by GitHub
21 changed files with 750 additions and 1959 deletions

View File

@@ -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)