projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
All USB class drivers are now automatically included when LUFA/Drivers/USB.h is inclu...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
MassStorage
/
Lib
/
SCSI.h
diff --git
a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
index
0c4869d
..
5a7a3e0
100644
(file)
--- a/
Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
+++ b/
Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
@@
-47,7
+47,6
@@
#include "MassStorage.h"
#include "Descriptors.h"
#include "DataflashManager.h"
#include "MassStorage.h"
#include "Descriptors.h"
#include "DataflashManager.h"
- #include "SCSI_Codes.h"
/* Macros: */
/** Macro to set the current SCSI sense data to the given key, additional sense code and additional sense qualifier. This
/* Macros: */
/** Macro to set the current SCSI sense data to the given key, additional sense code and additional sense qualifier. This
@@
-109,7
+108,7
@@
uint8_t VendorID[8];
uint8_t ProductID[16];
uint8_t RevisionID[4];
uint8_t VendorID[8];
uint8_t ProductID[16];
uint8_t RevisionID[4];
- } SCSI_Inquiry_Response_t;
+ }
MS_
SCSI_Inquiry_Response_t;
/** Type define for a SCSI sense structure to a SCSI REQUEST SENSE command. For details of the
* structure contents, refer to the SCSI specifications.
/** Type define for a SCSI sense structure to a SCSI REQUEST SENSE command. For details of the
* structure contents, refer to the SCSI specifications.
@@
-133,7
+132,7
@@
uint8_t AdditionalSenseQualifier;
uint8_t FieldReplaceableUnitCode;
uint8_t SenseKeySpecific[3];
uint8_t AdditionalSenseQualifier;
uint8_t FieldReplaceableUnitCode;
uint8_t SenseKeySpecific[3];
- } SCSI_Request_Sense_Response_t;
+ }
MS_
SCSI_Request_Sense_Response_t;
/* Function Prototypes: */
bool SCSI_DecodeSCSICommand(void);
/* Function Prototypes: */
bool SCSI_DecodeSCSICommand(void);