mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-23 08:27:51 +08:00
style
This commit is contained in:
parent
d8f756fd14
commit
a6f145bd1a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ static uint8_t _select(bool x, bool y, uint8_t r) {
|
|||
uint8_t retval = 0;
|
||||
retval |= (z0 << 2) & 4;
|
||||
retval |= (z1 << 1) & 2;
|
||||
retval |= z2 & 1;
|
||||
retval |= (z2) & 1;
|
||||
|
||||
// Return value 0 <= retval <= 7
|
||||
return retval;
|
||||
|
|
Loading…
Reference in a new issue