From 815e865cedb0951575ad3206d53e349779f78eee Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Tue, 27 Sep 2022 12:23:43 +0200 Subject: [PATCH] Moving some defines. Signed-off-by: Pol Henarejos --- src/usb/hid/ctap_hid.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/usb/hid/ctap_hid.h b/src/usb/hid/ctap_hid.h index a75ac87..a74433b 100644 --- a/src/usb/hid/ctap_hid.h +++ b/src/usb/hid/ctap_hid.h @@ -93,15 +93,6 @@ typedef struct { #define CTAPHID_VENDOR_FIRST (TYPE_INIT | 0x40) // First vendor defined command #define CTAPHID_VENDOR_LAST (TYPE_INIT | 0x7F) // Last vendor defined command -// CTAP CBOR commands - -#define CTAP_MAKE_CREDENTIAL 0x01 -#define CTAP_GET_ASSERTION 0x02 -#define CTAP_GET_INFO 0x04 -#define CTAP_CLIENT_PIN 0x06 -#define CTAP_RESET 0x07 -#define CTAP_GET_NEXT_ASSERTION 0x08 - // CTAP_KEEPALIVE command defines #define KEEPALIVE_STATUS_PROCESSING 0x1