mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
rename typedef structs
This commit is contained in:
parent
f6d88dced2
commit
f4f14317e1
8 changed files with 37 additions and 37 deletions
|
@ -8,7 +8,7 @@ typedef struct {
|
|||
uint8_t *buffer;
|
||||
uint32_t numbits;
|
||||
uint32_t position;
|
||||
} BitstreamOut;
|
||||
} BitstreamOut_t;
|
||||
|
||||
typedef struct {
|
||||
int dec_counter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue