/** Maximum length of a SCSI command which can be issued by the device or host in a Mass Storage bulk wrapper. */\r
#define MAX_SCSI_COMMAND_LENGTH 16\r
\r
- /** Total number of Logical Units (drives) in the device. By default, the total device capacity is shared equally between\r
- * each drive - this can be set to any positive non-zero amount. */\r
+ /** Total number of Logical Units (drives) in the device. The total device capacity is shared equally between\r
+ * each drive - this can be set to any positive non-zero amount.\r
+ */\r
#define TOTAL_LUNS 2\r
\r
/** Blocks in each LUN, calculated from the total capacity divided by the total number of Logical Units in the device. */\r