Move out many of the common class driver constants into grouped enums, to make them...
[pub/lufa.git] / Demos / Device / LowLevel / MassStorage / MassStorage.h
index 97b9de0..5a5c5f8 100644 (file)
@@ -89,7 +89,7 @@
                /** LED mask for the library LED driver, to indicate that the USB interface is busy. */
                #define LEDMASK_USB_BUSY           LEDS_LED2
                
-       /* Type defines: */
+       /* Type Defines: */
                /** Type define for a Command Block Wrapper, used in the Mass Storage Bulk-Only Transport protocol. */
                typedef struct
                {