mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-08 05:56:11 +02:00
Some fixes for emulation.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -83,8 +83,8 @@ extern app_t *current_app;
|
||||
|
||||
PACK(struct apdu {
|
||||
uint8_t *header;
|
||||
uint16_t nc;
|
||||
uint16_t ne;
|
||||
uint32_t nc;
|
||||
uint32_t ne;
|
||||
uint8_t *data;
|
||||
uint16_t sw;
|
||||
uint8_t *rdata;
|
||||
|
||||
Reference in New Issue
Block a user