mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 09:39:16 +08: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 numbits;
|
||||
uint8_t position;
|
||||
}BitstreamOut;
|
||||
} BitstreamOut;
|
||||
|
||||
bool headBit( BitstreamIn *stream);
|
||||
bool tailBit( BitstreamIn *stream);
|
||||
|
|
Loading…
Reference in a new issue