Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inline...
[pub/lufa.git] / Projects / Magstripe / Magstripe.c
index 4c0d7a1..afc0b93 100644 (file)
@@ -145,7 +145,7 @@ void ReadMagstripeData(void)
 void EVENT_USB_Device_ConfigurationChanged(void)
 {
        HID_Device_ConfigureEndpoints(&Keyboard_HID_Interface);
-       
+
        USB_Device_EnableSOFEvents();
 }