Some fixes for emulation.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-01-01 20:56:36 +01:00
parent a9dc6fd7f8
commit b663f5bebf
3 changed files with 5 additions and 5 deletions

View File

@@ -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;