]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/BigBuf.c
fix hf mf sim (issue #412) (#419)
[proxmark3-svn] / armsrc / BigBuf.c
index 8870f426fa2b05d46ebe2fa57c374183c7d0a3ab..4fe97b462d2fdd63e458a10da1251c435651ca65 100644 (file)
@@ -136,6 +136,10 @@ void set_tracing(bool enable) {
        tracing = enable;
 }
 
+bool get_tracing(void) {
+       return tracing;
+}
+
 /**
  * Get the number of bytes traced
  * @return
Impressum, Datenschutz