mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
make style
This commit is contained in:
@@ -189,7 +189,7 @@ static int testBitStream(void) {
|
||||
uint8_t output [] = {0, 0, 0, 0, 0, 0, 0, 0};
|
||||
BitstreamIn_t in = { input, sizeof(input) * 8, 0};
|
||||
BitstreamOut_t out = { output, 0, 0}
|
||||
;
|
||||
;
|
||||
while (bitsLeft(&in) > 0) {
|
||||
pushBit(&out, headBit(&in));
|
||||
//printf("Bits left: %d\n", bitsLeft(&in));
|
||||
|
||||
Reference in New Issue
Block a user