Skip to content

Commit bc9ef87

Browse files
committed
print addl debug message
1 parent 11c573e commit bc9ef87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-module/sdcardio/SDCard.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ STATIC const compressed_string_t *init_card(sdcardio_sdcard_obj_t *self) {
266266
return result;
267267
}
268268
} else {
269+
DEBUG_PRINT("Reading card version, response=0x%02x\n", response);
269270
return translate("couldn't determine SD card version");
270271
}
271272
}

0 commit comments

Comments
 (0)