misc/common: Fix usb_cdc_reset_buffers prototype.

This commit is contained in:
iabdalkader 2024-08-12 23:18:59 +03:00
parent b2aa7db192
commit a11635b03b

View File

@ -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() {