fix hid write back buffering
This commit is contained in:
14
ctaphid.h
14
ctaphid.h
@@ -55,10 +55,6 @@ typedef struct
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t broadcast;
|
||||
uint8_t cmd;
|
||||
uint8_t bcnth;
|
||||
uint8_t bcntl;
|
||||
uint8_t nonce[8];
|
||||
uint32_t cid;
|
||||
uint8_t protocol_version;
|
||||
@@ -68,16 +64,6 @@ typedef struct
|
||||
uint8_t capabilities;
|
||||
} __attribute__((packed)) CTAPHID_INIT_RESPONSE;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t cid;
|
||||
uint8_t cmd;
|
||||
uint8_t bcnth;
|
||||
uint8_t bcntl;
|
||||
} __attribute__((packed)) CTAPHID_RESPONSE;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void ctaphid_init();
|
||||
|
Reference in New Issue
Block a user