print addl debug message

This commit is contained in:
Jeff Epler 2021-12-08 20:24:51 -06:00
parent 11c573ef95
commit bc9ef87d05
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -266,6 +266,7 @@ STATIC const compressed_string_t *init_card(sdcardio_sdcard_obj_t *self) {
return result;
}
} else {
DEBUG_PRINT("Reading card version, response=0x%02x\n", response);
return translate("couldn't determine SD card version");
}
}