Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up...
[pub/lufa.git] / Demos / Host / LowLevel / GenericHIDHost / GenericHIDHost.h
index 1c6210a..bae5369 100644 (file)
                \r
        /* Macros: */\r
                /** Pipe number for the HID data IN pipe */\r
-               #define HID_DATA_IN_PIPE                 1\r
+               #define HID_DATA_IN_PIPE          1\r
                \r
                /** Pipe number for the HID data OUT pipe */\r
-               #define HID_DATA_OUT_PIPE                2\r
+               #define HID_DATA_OUT_PIPE         2\r
 \r
                /** HID Class specific request to send a HID report to the device. */\r
-               #define REQ_SetReport                    0x09\r
+               #define REQ_SetReport             0x09\r
 \r
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */\r
                #define LEDMASK_USB_NOTREADY      LEDS_LED1\r