X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c20a94a4e84c89debf5e7109482ede708a694a0c..a504a3a010ec2441dda0209f195492fb36e7c97b:/Demos/Device/MassStorage/SCSI.c diff --git a/Demos/Device/MassStorage/SCSI.c b/Demos/Device/MassStorage/SCSI.c index 6ddd144ca..a88be515a 100644 --- a/Demos/Device/MassStorage/SCSI.c +++ b/Demos/Device/MassStorage/SCSI.c @@ -43,7 +43,7 @@ */ SCSI_Inquiry_Response_t InquiryData = { - .DeviceType = 0, + .DeviceType = DEVICE_TYPE_BLOCK, .PeripheralQualifier = 0, .Removable = true,