]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/common.h
Finally, rewrote bootrom and flasher program, much faster now
[proxmark3-svn] / include / common.h
index 13daa86eb94b35085bb622ce757c5e292255cc61..ba286377fe356ac33686e4696d0badeb8e6710d0 100644 (file)
@@ -18,4 +18,7 @@
 #include <at91sam7s512.h>
 typedef unsigned char byte_t;
 
+#define MIN(a, b) (((a) < (b)) ? (a) : (b))
+#define MAX(a, b) (((a) > (b)) ? (a) : (b))
+
 #endif
Impressum, Datenschutz