diff --git a/Makefile.platform.sample b/Makefile.platform.sample index 217cdccc6..b0d6cf5fe 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 3f7727730..d22b336fe 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 !!