From ec130f9c59334145e513285de9c32ac342b30e1f Mon Sep 17 00:00:00 2001 From: skamkar Date: Mon, 13 Jul 2009 08:24:04 +0000 Subject: [PATCH] part of readmem function --- include/usb_cmd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/usb_cmd.h b/include/usb_cmd.h index 961cc36c..dff02a33 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -33,7 +33,8 @@ typedef struct { #define CMD_DEBUG_PRINT_BYTES 0x0102 #define CMD_LCD_RESET 0x0103 #define CMD_LCD 0x0104 -#define CMD_BUFF_CLEAR 0x0105 +#define CMD_BUFF_CLEAR 0x0105 +#define CMD_READ_MEM 0x0106 // For low-frequency tags #define CMD_ACQUIRE_RAW_BITS_TI_TYPE 0x0200 -- 2.39.2