still a lot of bugs

This commit is contained in:
eddyem
2023-04-23 19:28:52 +03:00
parent 4f0a3a0429
commit b9cb9f6428
17 changed files with 643 additions and 238 deletions

View File

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