From af1f33e9b2efefd8029d3014ea4a97ecfc3f0bb9 Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Wed, 12 Jun 2019 10:13:29 -0400 Subject: [PATCH] fix spacing and remove old comment git added back in.. --- include/usb_cmd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/usb_cmd.h b/include/usb_cmd.h index 8620969d..82981acf 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -41,7 +41,7 @@ typedef struct{ bool averaging; int divisor; int trigger_threshold; - int samples_to_skip; + int samples_to_skip; } sample_config; // For the bootloader @@ -119,8 +119,6 @@ typedef struct{ #define CMD_PARADOX_CLONE_TAG 0x0226 #define CMD_EM4X_PROTECT 0x0228 -/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */ - // For the 13.56 MHz tags #define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693 0x0300 #define CMD_READ_SRI512_TAG 0x0303