| 874 | */ |
| 875 | |
| 876 | std::pair<int, Cid> executeCmd2(SynchronousSdMmcCardLowLevel& sdCard) |
| 877 | { |
| 878 | const auto ret = executeCmdWithR2Response(sdCard, 2, {}, {}); |
| 879 | return {ret.first, ret.second.getCid()}; |
| 880 | } |
| 881 | |
| 882 | /** |
| 883 | * \brief Executes CMD3 command on SD card. |
no test coverage detected