projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
updated code to follow same blinking patterns with leds during flashing/holding button
[proxmark3-svn]
/
armsrc
/
util.h
diff --git
a/armsrc/util.h
b/armsrc/util.h
index 21a9b7577f2d1f79c0ef3a8d41462bac6e0994a4..d2a85ba0059786b8c1d272b77317097ac08329d9 100644
(file)
--- a/
armsrc/util.h
+++ b/
armsrc/util.h
@@
-15,9
+15,7
@@
#include <stdint.h>
#define RAMFUNC __attribute((long_call, section(".ramfunc")))
#include <stdint.h>
#define RAMFUNC __attribute((long_call, section(".ramfunc")))
-
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
-#define min(a, b) (((a) > (b)) ? (b) : (a))
#define LED_RED 1
#define LED_ORANGE 2
#define LED_RED 1
#define LED_ORANGE 2
Impressum
,
Datenschutz