Change apdu payload length to proper size (8 bits)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
void handleSetExternalPlugin(uint8_t p1,
|
||||
uint8_t p2,
|
||||
const uint8_t *workBuffer,
|
||||
uint16_t dataLength,
|
||||
uint8_t dataLength,
|
||||
unsigned int *flags,
|
||||
unsigned int *tx) {
|
||||
UNUSED(p1);
|
||||
@@ -90,4 +90,4 @@ void handleSetExternalPlugin(uint8_t p1,
|
||||
|
||||
G_io_apdu_buffer[(*tx)++] = 0x90;
|
||||
G_io_apdu_buffer[(*tx)++] = 0x00;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user