X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6933f2e1a543b066ebe734bd126a7ff2f1c2777f..6a8e27f7ee43169b9f6eb928b12e00d6306618ff:/Demos/Host/MassStorageHost/MassStoreCommands.h?ds=inline 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;