mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
define bitmask anyway
This commit is contained in:
parent
fcd34a2964
commit
d19c2fc020
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#ifndef BITMASK
|
|
||||||
#define BITMASK(X) (1 << (X))
|
#define BITMASK(X) (1 << (X))
|
||||||
#endif
|
|
||||||
|
|
||||||
uint32_t reflect(uint32_t v, int b) {
|
uint32_t reflect(uint32_t v, int b) {
|
||||||
uint32_t t = v;
|
uint32_t t = v;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue