mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
style
This commit is contained in:
parent
042ba20d58
commit
1b45112ad0
3 changed files with 267 additions and 267 deletions
|
@ -86,7 +86,7 @@ unsigned char hex2bin(unsigned char c) {
|
|||
// return a single bit from a value
|
||||
int bitn(uint64_t x, int bit) {
|
||||
uint64_t bitmask = 1;
|
||||
bitmask = bitmask << bit;
|
||||
bitmask <<= bit;
|
||||
|
||||
if (x & bitmask) {
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue