From 942493970e69b7c6bb85f62965db85245244eec6 Mon Sep 17 00:00:00 2001 From: tharexde Date: Sun, 28 Jun 2020 21:38:19 +0200 Subject: [PATCH] renamed 'sread' to 'read' --- include/pm3_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pm3_cmd.h b/include/pm3_cmd.h index 05c42dfd8..117eea672 100644 --- a/include/pm3_cmd.h +++ b/include/pm3_cmd.h @@ -405,7 +405,7 @@ typedef struct { #define CMD_LF_EM4X50_INFO 0x0240 #define CMD_LF_EM4X50_WRITE 0x0241 #define CMD_LF_EM4X50_WRITE_PASSWORD 0x0242 -#define CMD_LF_EM4X50_SREAD 0x0243 +#define CMD_LF_EM4X50_READ 0x0243 // Sampling configuration for LF reader/sniffer #define CMD_LF_SAMPLING_SET_CONFIG 0x021D #define CMD_LF_FSK_SIMULATE 0x021E