fixed unknown APDU size print value
This commit is contained in:
@@ -1264,7 +1264,7 @@ void PrintHeading(
|
|||||||
property_value.value = value;
|
property_value.value = value;
|
||||||
bacapp_print_value(stdout, &property_value);
|
bacapp_print_value(stdout, &property_value);
|
||||||
} else {
|
} else {
|
||||||
printf(" Maximum APDU size in octets: 1476");
|
printf("?");
|
||||||
}
|
}
|
||||||
printf("\r\n}\r\n\r\n");
|
printf("\r\n}\r\n\r\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user