From 5ee8c9c75e04c416728fc3157ce82b39d80027d6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 5 Apr 2021 12:21:56 +0200 Subject: [PATCH] text --- client/src/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 6023e086d..0d785d8df 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -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) { if (check_config_card(o)) { - + PrintAndLogEx(INFO, "to be implemented..."); } }