Fix warning when not compiled for UID auto-selection mode.
[pub/USBasp.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();
 }