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:
@@ -32,6 +32,6 @@ void USB_setup();
|
||||
void usb_proc();
|
||||
void USB_send(const char *buf);
|
||||
int USB_receive(char *buf, int bufsize);
|
||||
int USB_configured();
|
||||
//int USB_configured();
|
||||
|
||||
#endif // __USB_H__
|
||||
|
||||
Reference in New Issue
Block a user