mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
emrtd: hide SOD todo for now
This commit is contained in:
parent
415dd84a8d
commit
669eea1f74
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
static int emrtd_print_ef_sod_info(uint8_t *data, size_t datalen) {
|
||||||
PrintAndLogEx(NORMAL, "");
|
// PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(INFO, "-------------------- " _CYAN_("EF_SOD") " --------------------");
|
// PrintAndLogEx(INFO, "-------------------- " _CYAN_("EF_SOD") " --------------------");
|
||||||
PrintAndLogEx(WARNING, "TODO");
|
// PrintAndLogEx(WARNING, "TODO");
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue