mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
syntax
This commit is contained in:
parent
f0b70d6a4b
commit
8059f533af
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ typedef struct {
|
||||||
uint8_t * buffer;
|
uint8_t * buffer;
|
||||||
uint8_t numbits;
|
uint8_t numbits;
|
||||||
uint8_t position;
|
uint8_t position;
|
||||||
}BitstreamOut;
|
} BitstreamOut;
|
||||||
|
|
||||||
bool headBit( BitstreamIn *stream);
|
bool headBit( BitstreamIn *stream);
|
||||||
bool tailBit( BitstreamIn *stream);
|
bool tailBit( BitstreamIn *stream);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue