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

View File

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