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