Merge branch 'development' into eddsa

This commit is contained in:
Pol Henarejos
2023-09-18 01:38:39 +02:00
5 changed files with 12 additions and 2 deletions

View File

@@ -111,6 +111,10 @@ void cbor_thread() {
if (apdu.sw == 0) {
DEBUG_DATA(res_APDU + 1, res_APDU_size);
}
else {
res_APDU[0] = apdu.sw;
apdu.sw = 0;
}
finished_data_size = res_APDU_size + 1;