Fix CBOR error.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-08-19 13:12:04 +02:00
parent d7d75caecf
commit a9799dc77f
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -122,7 +122,7 @@ void cbor_thread() {
}
else {
res_APDU[0] = apdu.sw;
apdu.sw = 0;
//apdu.sw = 0;
}
finished_data_size = res_APDU_size + 1;