diff options
Diffstat (limited to 'src/stm32f1/usbserial.c')
-rw-r--r-- | src/stm32f1/usbserial.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stm32f1/usbserial.c b/src/stm32f1/usbserial.c index f9e46d8c..20e1da0d 100644 --- a/src/stm32f1/usbserial.c +++ b/src/stm32f1/usbserial.c @@ -211,6 +211,11 @@ usb_set_configure(void) { } +void +usb_request_bootloader(void) +{ +} + /**************************************************************** * Setup and interrupts |