boot directly to solo bootloader for solo hacker

This commit is contained in:
Conor Patrick
2018-12-04 01:30:53 -05:00
parent b0cc9cf582
commit 97b715881b
9 changed files with 475 additions and 13 deletions

View File

@@ -40,6 +40,7 @@
// Custom commands between 0x40-0x7f
#define CTAPHID_BOOT (TYPE_INIT | 0x50)
#define CTAPHID_ENTERBOOT (TYPE_INIT | 0x51)
#define ERR_INVALID_CMD 0x01
#define ERR_INVALID_PAR 0x02