aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/MassStorage/SCSI.c
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/MassStorage/SCSI.c')
-rw-r--r--Demos/Device/MassStorage/SCSI.c2
1 files changed, 1 insertions, 1 deletions
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,