]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfviking.c
Merge pull request #248 from marshmellow42/master
[proxmark3-svn] / client / cmdlfviking.c
index edbc35009029a3b1b4f2a6d074f0559d554c1bd2..838bf79d51cae230bd8b6c72c512191a406f6236 100644 (file)
@@ -10,6 +10,7 @@
 #include <string.h>
 #include <inttypes.h>
 #include "proxmark3.h"
+#include "cmdlfviking.h"
 #include "ui.h"
 #include "util.h"
 #include "graph.h"
@@ -50,7 +51,6 @@ uint64_t getVikingBits(uint32_t id) {
        return ((uint64_t)0xF2 << 56) | ((uint64_t)id << 8) | checksum;
 }
 
-//could be moved to a viking file
 //by marshmellow
 //see ASKDemod for what args are accepted
 int CmdVikingDemod(const char *Cmd) {
Impressum, Datenschutz