aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/usbserial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/avr/usbserial.c')
-rw-r--r--src/avr/usbserial.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/avr/usbserial.c b/src/avr/usbserial.c
index 442ef934..ab61fde2 100644
--- a/src/avr/usbserial.c
+++ b/src/avr/usbserial.c
@@ -7,6 +7,7 @@
#include <avr/interrupt.h> // USB_COM_vect
#include <string.h> // NULL
#include "autoconf.h" // CONFIG_MACH_at90usb1286
+#include "board/misc.h" // bootloader_request
#include "board/usb_cdc.h" // usb_notify_ep0
#include "board/usb_cdc_ep.h" // USB_CDC_EP_BULK_IN
#include "pgm.h" // READP
@@ -179,7 +180,7 @@ usb_set_configure(void)
}
void
-usb_request_bootloader(void)
+bootloader_request(void)
{
}