mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
misc/common: Fix usb_cdc_reset_buffers prototype.
This commit is contained in:
parent
b2aa7db192
commit
a11635b03b
@ -39,7 +39,7 @@ static vstr_t script_buf;
|
||||
// These functions must be implemented by the stack.
|
||||
extern uint32_t usb_cdc_buf_len();
|
||||
extern uint32_t usb_cdc_get_buf(uint8_t *buf, uint32_t len);
|
||||
extern void usb_cdc_reset_buffers();
|
||||
extern void usb_cdc_reset_buffers(void);
|
||||
|
||||
|
||||
void usbdbg_init() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user