From cc8ea65679ab7fb3ef9e60e50348c590bfe237fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20M=C3=B8ller?= <37707273+LupusE@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:03:58 +0200 Subject: [PATCH] Update 4_Advanced-compilation-parameters.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Little typo in new PM3 Ultimate option. Signed-off-by: Benjamin Møller <37707273+LupusE@users.noreply.github.com> --- 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 cb1fc583e..55ca51687 100644 --- a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md +++ b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md @@ -66,7 +66,7 @@ Here are the supported values you can assign to `PLATFORM` in `Makefile.platform | PM3RDV4 (def) | Proxmark3 RDV4 | | PM3GENERIC | Proxmark3 generic target | | PM3ICOPYX | iCopy-X with XC3S100E | -| PM3ULTIMATE | Proxmar3 Ultimate with XC2S50 | +| PM3ULTIMATE | Proxmark3 Ultimate with XC2S50 | By default `PLATFORM=PM3RDV4`.