projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Endpoint configuration is now refined to give better output when all configurations...
[pub/USBasp.git]
/
Demos
/
Device
/
MassStorage
/
SCSI.c
diff --git
a/Demos/Device/MassStorage/SCSI.c
b/Demos/Device/MassStorage/SCSI.c
index
6ddd144
..
a88be51
100644
(file)
--- a/
Demos/Device/MassStorage/SCSI.c
+++ b/
Demos/Device/MassStorage/SCSI.c
@@
-43,7
+43,7
@@
*/
\r
SCSI_Inquiry_Response_t InquiryData =
\r
{
\r
- .DeviceType =
0
,
\r
+ .DeviceType =
DEVICE_TYPE_BLOCK
,
\r
.PeripheralQualifier = 0,
\r
\r
.Removable = true,
\r