mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-10 17:28:27 +02:00
Some fixes for emulation.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -264,7 +264,7 @@ int driver_process_usb_packet_emul(uint8_t itf, uint16_t len) {
|
||||
apdu_finish();
|
||||
if (sent > 0) {
|
||||
uint16_t ret = apdu_next();
|
||||
DEBUG_PAYLOAD(rdata, ret);
|
||||
DEBUG_PAYLOAD(apdu.rdata, ret);
|
||||
emul_write(itf, ret);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user