From 91ed51c673fffb26375e48e02a98bf95c2adad60 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Fri, 22 Feb 2019 18:06:37 +0200 Subject: [PATCH] add comment --- client/mifare/mad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/mifare/mad.c b/client/mifare/mad.c index e7a611384..2b6033588 100644 --- a/client/mifare/mad.c +++ b/client/mifare/mad.c @@ -13,6 +13,7 @@ #include "crc.h" #include "util.h" +// https://www.nxp.com/docs/en/application-note/AN10787.pdf static madAIDDescr madKnownAIDs[] = { {0x0000, "free"}, {0x0001, "defect, e.g. access keys are destroyed or unknown"},