X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/051643995984009593bcb8180ff9f9d570af7df5..4b3655e7f4dbb40b049d550612b1d03cc0900d3b:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 8166f525..8469d80d 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -32,6 +32,7 @@ #include "lfdemod.h" #include "cmdlfviking.h" #include "cmdlfpresco.h" +#include "cmdlfpyramid.h" static int CmdHelp(const char *Cmd); int usage_lf_cmdread(void) { @@ -1217,6 +1218,7 @@ static command_t CommandTable[] = {"io", CmdLFIO, 1, "{ IOPROX RFIDs... }"}, {"pcf7931", CmdLFPCF7931, 1, "{ PCF7931 RFIDs... }"}, {"presco", CmdLFPresco, 1, "{ Presco RFIDs... }"}, + {"pyramid", CmdLFPyramid, 1, "{ Farpointe/Pyramid RFIDs... }"}, {"ti", CmdLFTI, 1, "{ TI RFIDs... }"}, {"t55xx", CmdLFT55XX, 1, "{ T55xx RFIDs... }"}, {"viking", CmdLFViking, 1, "{ Viking RFIDs... }"},