Align macros indentation with the rest of the code
This commit is contained in:
parent
5bd27a9d68
commit
32c6ed8f32
1 changed files with 17 additions and 16 deletions
|
@ -332,6 +332,7 @@ bit 0: PICC master key frozen (reversible with configuration change or when form
|
|||
(read_write << 4) | \
|
||||
(change_access_rights) \
|
||||
)
|
||||
|
||||
#define MDAR_READ(ar) (((ar) >> 12) & 0x0f)
|
||||
#define MDAR_WRITE(ar) (((ar) >> 8) & 0x0f)
|
||||
#define MDAR_READ_WRITE(ar) (((ar) >> 4) & 0x0f)
|
||||
|
|
Loading…
Reference in a new issue