mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
change USB for common files
This commit is contained in:
@@ -49,7 +49,7 @@ extern volatile int linerdy, bufovr, txrdy;
|
||||
void transmit_tbuf();
|
||||
void usart_setup();
|
||||
int usart_getline(char **line);
|
||||
void usart_send(const char *str);
|
||||
void newline();
|
||||
int usart_send(const char *str);
|
||||
void usart_newline();
|
||||
void usart_putchar(const char ch);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user