diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 98840d1c6..bf77c347b 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -4236,7 +4236,7 @@ out: break; } default: { - PrintAndLogEx(INFO, _YELLOW_("Did not detect " _YELLOW_("0xBC") " or " _YELLOW_("0xBE") " fuse, might need manual intervention!")); + PrintAndLogEx(INFO, _YELLOW_("Did not detect " _YELLOW_("0xBC") " or " _YELLOW_("0xBE") " or " _YELLOW_("0x9C") " fuse, might need manual intervention!")); break; } }