Make Benito ping-pong LED code more explicit, using masks of the TX and RX LED masks...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StdDescriptors.h
index 274b84f..0e0d1e9 100644 (file)
                                 *  On unsupported devices, this will evaluate to NO_DESCRIPTOR and so will force the host to create a pseduo-serial\r
                                 *  number for the device.\r
                                 */\r
-                               #define USE_INTERNAL_SERIAL         0xDC\r
+                               #define USE_INTERNAL_SERIAL           0xDC\r
                        #else\r
-                               #define USE_INTERNAL_SERIAL         NO_DESCRIPTOR\r
+                               #define USE_INTERNAL_SERIAL           NO_DESCRIPTOR\r
                        #endif\r
                        \r
                        /** Macro to calculate the power value for the device descriptor, from a given number of milliamps. */\r
-                       #define USB_CONFIG_POWER_MA(mA)            (mA >> 1)\r
+                       #define USB_CONFIG_POWER_MA(mA)           (mA >> 1)\r
 \r
                        /** Macro to calculate the Unicode length of a string with a given number of Unicode characters.\r
                         *  Should be used in string descriptor's headers for giving the string descriptor's byte length.\r