fixed unknown APDU size print value

This commit is contained in:
skarg
2012-09-26 00:44:53 +00:00
parent d5fd900780
commit fc8ff83296
+1 -1
View File
@@ -1264,7 +1264,7 @@ void PrintHeading(
property_value.value = value;
bacapp_print_value(stdout, &property_value);
} else {
printf(" Maximum APDU size in octets: 1476");
printf("?");
}
printf("\r\n}\r\n\r\n");