From a2a1bbb7a10c3f5e24c86785bb8ca6c57493c349 Mon Sep 17 00:00:00 2001 From: vratiskol Date: Tue, 9 Apr 2019 00:07:06 +0200 Subject: [PATCH] Add message about debug message --- armsrc/mifaresim.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/armsrc/mifaresim.c b/armsrc/mifaresim.c index a4e743406..37836f1ad 100644 --- a/armsrc/mifaresim.c +++ b/armsrc/mifaresim.c @@ -15,6 +15,10 @@ // MF_DBG_ERROR 1 // MF_DBG_ALL 2 // MF_DBG_EXTENDED 4 +// +// /!\ Printing Debug message is disrupting emulation, +// Only use with caution during debugging + #include "iso14443a.h" #include "mifaresim.h"