mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
still a lot of bugs
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user