mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
fixed some problems with USART
This commit is contained in:
@@ -46,6 +46,6 @@ void usart_setup();
|
||||
int usart_getline(char **line);
|
||||
TXstatus usart_send(const char *str, int len);
|
||||
TXstatus usart_send_blocking(const char *str, int len);
|
||||
void usart_send_blck(const char *str);
|
||||
//void usart_send_blck(const char *str);
|
||||
|
||||
#endif // __USART_H__
|
||||
|
||||
Reference in New Issue
Block a user