aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/MassStorageHost/MassStoreCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/MassStorageHost/MassStoreCommands.h')
-rw-r--r--Demos/Host/MassStorageHost/MassStoreCommands.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Demos/Host/MassStorageHost/MassStoreCommands.h b/Demos/Host/MassStorageHost/MassStoreCommands.h
index 97bbe29b2..28f6a1561 100644
--- a/Demos/Host/MassStorageHost/MassStoreCommands.h
+++ b/Demos/Host/MassStorageHost/MassStoreCommands.h
@@ -109,10 +109,9 @@
*/
typedef struct
{
- unsigned char ReponseCode : 7;
- unsigned char Valid : 1;
-
- uint8_t SegmentNumber;
+ uint8_t ReponseCode;
+
+ uint8_t SegmentNumber;
unsigned char SenseKey : 4;
unsigned char _RESERVED1 : 1;