mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
text
This commit is contained in:
parent
ce40c4d067
commit
5ee8c9c75e
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ static void print_config_card(const iclass_config_card_item_t *o) {
|
||||||
|
|
||||||
static void generate_config_card(const iclass_config_card_item_t *o) {
|
static void generate_config_card(const iclass_config_card_item_t *o) {
|
||||||
if (check_config_card(o)) {
|
if (check_config_card(o)) {
|
||||||
|
PrintAndLogEx(INFO, "to be implemented...");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue