From 714bee0cf519ef8960a677d3f8fafe1ae5eb1180 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 10 Jan 2021 00:35:40 +0100 Subject: [PATCH] text --- doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md index 7b4ae12d4..61ad2d9d8 100644 --- a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md +++ b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md @@ -136,7 +136,7 @@ So for example, at the time of writing, this is a valid `Makefile.platform` comp PLATFORM=PM3OTHER PLATFORM_SIZE=256 STANDALONE= -SKIP_LEGICRF=1 +SKIP_HITAG=1 SKIP_FELICA=1 ``` Situation might change when the firmware is growing of course, requiring to skip more elements.