Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/utility/SdInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ typedef struct CSDV2 {
unsigned write_blk_misalign : 1;
unsigned read_bl_partial : 1;
// byte 7
unsigned reserved3 : 2;
unsigned c_size_high : 6;
unsigned reserved3 : 2;
// byte 8
uint8_t c_size_mid;
// byte 9
Expand Down