mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
2d1a1dc034
commit
5561466fe8
4 changed files with 44 additions and 44 deletions
|
@ -142,12 +142,12 @@ typedef struct {
|
|||
} PACKED picopass_ns_hdr_t;
|
||||
|
||||
// reader flags
|
||||
typedef struct {
|
||||
typedef struct {
|
||||
uint8_t flags;
|
||||
} PACKED iclass_card_select_t;
|
||||
|
||||
// reader flags
|
||||
typedef struct {
|
||||
typedef struct {
|
||||
uint8_t status;
|
||||
union {
|
||||
picopass_hdr_t hdr;
|
||||
|
@ -156,4 +156,4 @@ typedef struct {
|
|||
} PACKED iclass_card_select_resp_t;
|
||||
|
||||
|
||||
#endif // _ICLASS_H_
|
||||
#endif // _ICLASS_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue