]> 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 661b472d1439d273f22bdbf2c71c4da8f54d198c..d2a85ba0059786b8c1d272b77317097ac08329d9 100644 (file)
@@ -15,7 +15,6 @@
 #include <stdint.h>
 
 #define RAMFUNC __attribute((long_call, section(".ramfunc")))
-
 #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
 
 #define LED_RED 1
Impressum, Datenschutz