USB device library for STM32F103 microcontrollers. This fork just changes the include of 'toolchain.h' to 'med_toolchain.h'.

Dependents:   STM32F103_USBMIDI_Switchbox mbed-os-usbserial-test

Fork of USBDevice_STM32F103 by Zoltan Hudak

Revision:
50:a3c50882f2c5
Parent:
48:03f8e580579a
--- a/USBMIDI/USBMIDI.h	Thu Apr 16 11:46:08 2015 +0100
+++ b/USBMIDI/USBMIDI.h	Mon Apr 20 10:45:54 2015 +0100
@@ -103,8 +103,8 @@
 
 private:
     uint8_t data[MAX_MIDI_MESSAGE_SIZE+1];
-    uint8_t cur_data=0;
-    bool data_end = true;
+    uint8_t cur_data;
+    bool data_end;
     
     void (*midi_evt)(MIDIMessage);
 };