emrtd: hide SOD todo for now

This commit is contained in:
Philippe Teuwen 2020-12-19 19:44:26 +01:00
parent 415dd84a8d
commit 669eea1f74

View file

@ -1472,9 +1472,9 @@ static int emrtd_print_ef_dg12_info(uint8_t *data, size_t datalen) {
}
static int emrtd_print_ef_sod_info(uint8_t *data, size_t datalen) {
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(INFO, "-------------------- " _CYAN_("EF_SOD") " --------------------");
PrintAndLogEx(WARNING, "TODO");
// PrintAndLogEx(NORMAL, "");
// PrintAndLogEx(INFO, "-------------------- " _CYAN_("EF_SOD") " --------------------");
// PrintAndLogEx(WARNING, "TODO");
return PM3_SUCCESS;
}