mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
little fix in USB ringbuffer for STM32F103
This commit is contained in:
@@ -28,6 +28,6 @@
|
||||
#define BLOCKSIZE (USB_TXBUFSZ)
|
||||
|
||||
int RB_read(char s[BLOCKSIZE]);
|
||||
void RB_write(const char *str, int l);
|
||||
int RB_write(const char *str, int l);
|
||||
|
||||
#endif // RINGBUFFER_H__
|
||||
|
||||
Reference in New Issue
Block a user