All USB class drivers are now automatically included when LUFA/Drivers/USB.h is inclu...
[pub/lufa.git] / Demos / Host / LowLevel / JoystickHostWithParser / JoystickHostWithParser.h
index 403465f..966ebbe 100644 (file)
@@ -65,7 +65,7 @@
 
                /** LED mask for the library LED driver, to indicate that an error has occurred in the USB interface. */
                #define LEDMASK_USB_ERROR        (LEDS_LED1 | LEDS_LED3)
-
+               
        /* Function Prototypes: */
                void Joystick_HID_Task(void);
                void SetupHardware(void);