works, but still have a lot of bugzzz

This commit is contained in:
Edward Emelianov
2023-04-29 16:35:43 +03:00
parent 3c7687bb0e
commit 7fa84cb0ef
14 changed files with 138 additions and 67 deletions

View File

@@ -30,7 +30,7 @@ extern volatile int linerdy, bufovr;
void usarts_setup();
void usart_config(uint8_t ifNo, usb_LineCoding *lc);
void usart_sendn(const uint8_t *str, int L);
void usart_sendn(int no, const uint8_t *str, int L);
usb_LineCoding *getLineCoding(int ifNo);
#endif // __USART_H__