]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/util.h
Finally, rewrote bootrom and flasher program, much faster now
[proxmark3-svn] / armsrc / util.h
index 21a9b7577f2d1f79c0ef3a8d41462bac6e0994a4..d2a85ba0059786b8c1d272b77317097ac08329d9 100644 (file)
@@ -15,9 +15,7 @@
 #include <stdint.h>
 
 #define RAMFUNC __attribute((long_call, section(".ramfunc")))
-
 #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
-#define min(a, b) (((a) > (b)) ? (b) : (a))
 
 #define LED_RED 1
 #define LED_ORANGE 2
Impressum, Datenschutz