USB Device library for the STM32F103 with USB Device Firmware Upgrade (DFU) runtime support.

Dependents:   STM32F103C8T6_WebUSBDFU STM32F103C8T6_USBDFU STM32F103C8T6_USBDFU dfu_usb_stm32f103

Fork of USBDevice_STM32F103 by Zoltan Hudak

Revision:
47:a0cd9646ecd1
Parent:
25:7c72828865f3
diff -r 378357d7e90d -r a0cd9646ecd1 USBHID/USBKeyboard.cpp
--- a/USBHID/USBKeyboard.cpp	Tue Mar 31 16:15:39 2015 +0100
+++ b/USBHID/USBKeyboard.cpp	Wed Apr 08 07:46:23 2015 +0100
@@ -420,7 +420,7 @@
 }
 
 
-bool USBKeyboard::EP1_OUT_callback() {
+bool USBKeyboard::EPINT_OUT_callback() {
     uint32_t bytesRead = 0;
     uint8_t led[65];
     USBDevice::readEP(EPINT_OUT, led, &bytesRead, MAX_HID_REPORT_SIZE);