mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
trying to help old gcc 5...
This commit is contained in:
parent
3e05d28678
commit
a3aa38e624
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ static CborError dumprecursive(uint8_t cmdCode, bool isResponse, CborValue *it,
|
||||||
CborError err;
|
CborError err;
|
||||||
CborType type = cbor_value_get_type(it);
|
CborType type = cbor_value_get_type(it);
|
||||||
//printf("^%x^", type);
|
//printf("^%x^", type);
|
||||||
bool got_next;
|
bool got_next = false;
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case CborMapType:
|
case CborMapType:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue