Remove unneccesary call to USB_Device_EnableSOFEvents() in the MassStorage and MIDI...
[pub/USBasp.git] / Demos / Device / ClassDriver / MIDI / MIDI.c
index f627d55..bfeeaa3 100644 (file)
@@ -184,8 +184,6 @@ void EVENT_USB_Device_ConfigurationChanged(void)
 
        ConfigSuccess &= MIDI_Device_ConfigureEndpoints(&Keyboard_MIDI_Interface);
 
-       USB_Device_EnableSOFEvents();
-
        LEDs_SetAllLEDs(ConfigSuccess ? LEDMASK_USB_READY : LEDMASK_USB_ERROR);
 }