major USB update

This commit is contained in:
roel@libnfc.org 2012-12-04 23:39:18 +00:00
commit 902cb3c00b
44 changed files with 649 additions and 513 deletions

View file

@ -12,6 +12,11 @@
#ifndef PROXMARK3_H__
#define PROXMARK3_H__
#include <usb.h>
#include "usb_cmd.h"
#define PROXPROMPT "proxmark3> "
void SendCommand(UsbCommand *c);
#endif