add reboot command for better testing

This commit is contained in:
Conor Patrick
2020-03-25 13:10:50 -04:00
parent 241f58657b
commit 6cd3873b37
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#define CTAPHID_BOOT (TYPE_INIT | 0x50)
#define CTAPHID_ENTERBOOT (TYPE_INIT | 0x51)
#define CTAPHID_ENTERSTBOOT (TYPE_INIT | 0x52)
#define CTAPHID_REBOOT (TYPE_INIT | 0x53)
#define CTAPHID_GETRNG (TYPE_INIT | 0x60)
#define CTAPHID_GETVERSION (TYPE_INIT | 0x61)
#define CTAPHID_LOADKEY (TYPE_INIT | 0x62)