fix offset
This commit is contained in:
parent
be99caf2a2
commit
bba3a30e3b
@ -786,7 +786,7 @@ uint8_t ctaphid_custom_command(int len, CTAP_RESPONSE * ctap_resp, CTAPHID_WRITE
|
||||
if (ctap_user_presence_test(2000) > 0)
|
||||
if (ctap_user_presence_test(2000) > 0)
|
||||
{
|
||||
ctap_load_external_keys(ctap_buffer + 4);
|
||||
ctap_load_external_keys(ctap_buffer + 8);
|
||||
param = ctap_buffer[7];
|
||||
param |= ctap_buffer[6] << 8;
|
||||
param |= ctap_buffer[5] << 16;
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "version.h"
|
||||
|
||||
#define SOLO
|
||||
#define SOLO_EXPERIMENTAL
|
||||
|
||||
#define DEBUG_UART USART1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user