]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfsampling.h
FIX: 'hf 14a sim x' - this fixes the error with using moebius attack and sim. Updat...
[proxmark3-svn] / armsrc / lfsampling.h
index bd8ad1d0833c33de6d53d448bf6ec8a70eb174d4..b37b786eb6962b40dccd783cbaf956ec02cefa30 100644 (file)
@@ -1,5 +1,14 @@
-#ifndef LFSAMPLING_H
-#define LFSAMPLING_H
+#ifndef __LFSAMPLING_H
+#define __LFSAMPLING_H
+
+#include "proxmark3.h"
+#include "apps.h"
+#include "util.h"
+#include "string.h"
+#include "usb_cdc.h"   // for usb_poll_validate_length
+#include "ticks.h"             // for StartTicks
+
+typedef struct BitstreamOut BitstreamOut;
 
 /**
 * acquisition of T55x7 LF signal. Similart to other LF, but adjusted with @marshmellows thresholds
@@ -65,4 +74,4 @@ sample_config * getSamplingConfig();
 void printConfig();
 
 
-#endif // LFSAMPLING_H
+#endif // __LFSAMPLING_H
Impressum, Datenschutz