pass ctap tests on PC

This commit is contained in:
Conor Patrick
2018-09-04 22:11:21 -04:00
parent 599a9ad18d
commit 2439c4f176
6 changed files with 20 additions and 7 deletions

View File

@@ -12,6 +12,8 @@
#define USING_PC
#define DEBUG_LEVEL 1
//#define BRIDGE_TO_WALLET
void printing_init();

View File

@@ -162,7 +162,7 @@ void heartbeat()
void ctaphid_write_block(uint8_t * data)
{
printf("<< "); dump_hex(data, 64);
/*printf("<< "); dump_hex(data, 64);*/
usbhid_send(data);
}