print addl debug message
This commit is contained in:
parent
11c573ef95
commit
bc9ef87d05
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue