]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/proxmark3.h
syntax sugar
[proxmark3-svn] / include / proxmark3.h
index ce263ca11a0d3dc456e355a931b08ffe768ac884..23d7b1ceb81932e8b3836c24059ee0ca9d61d594 100644 (file)
@@ -14,6 +14,7 @@
 // Might as well have the hardware-specific defines everywhere.
 #include "at91sam7s512.h"
 #include "config_gpio.h"
+#include "usb_cmd.h"
 
 #define WDT_HIT()                                                              AT91C_BASE_WDTC->WDTC_WDCR = 0xa5000001
 
@@ -63,7 +64,9 @@
 #define TRUE 1
 #define FALSE 0
 
-#include <usb_cmd.h>
+#ifndef COTAG_BITS
+#define COTAG_BITS 264
+#endif
 
 //#define PACKED __attribute__((__packed__))
 
Impressum, Datenschutz