From 9dc658b45eac7b3ad1bfae9f1016fd01a5a156f3 Mon Sep 17 00:00:00 2001 From: Fl0-0 Date: Fri, 31 May 2019 20:09:01 +0200 Subject: [PATCH] Spelling & default LF_SAMYRUN example --- Makefile.platform.sample | 2 +- common/Makefile.hal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.platform.sample b/Makefile.platform.sample index 217cdccc67..b0d6cf5fe6 100644 --- a/Makefile.platform.sample +++ b/Makefile.platform.sample @@ -1,4 +1,4 @@ # If you want to use it, copy this file as Makefile.platform and adjust it to your needs PLATFORM=PM3RDV4 #PLATFORM_EXTRAS=BTADDON -#STANDALONE=HF_COLIN +#STANDALONE=LF_SAMYRUN diff --git a/common/Makefile.hal b/common/Makefile.hal index 3f7727730d..d22b336fe5 100644 --- a/common/Makefile.hal +++ b/common/Makefile.hal @@ -33,8 +33,8 @@ or if you have a Proxmark 3 RDV4 with the BT add-on: PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON -Option to choose standalone mode, e.g. HF_COLIN -SANDALONE=HF_COLIN +Option to choose standalone mode, e.g. LF_SAMYRUN +STANDALONE=LF_SAMYRUN !! Make sure to "make clean" when you change platform settings !!