]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf15.c
USB comms: part 4 towards @micolous PR #463
[proxmark3-svn] / client / cmdhf15.c
index 570a042035c9dfb978021e91c2c7f98416c3b9ce..08cc3b154bec50ff3f01baf4dcce1964f3597c01 100644 (file)
 // the client. Signal Processing & decoding is done on the pc. This is the slowest
 // variant, but offers the possibility to analyze the waveforms directly. 
 
+#include "cmdhf15.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
 
-#include "proxmark3.h"
+#include "comms.h"
 #include "graph.h"
 #include "ui.h"
 #include "util.h"
 #include "cmdparser.h"
-#include "cmdhf15.h"
 #include "iso15693tools.h"
 #include "cmdmain.h"
 
Impressum, Datenschutz