From 63485527ade86ea78aeca07cc4987381946663d2 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 7 May 2019 13:29:00 +0200 Subject: [PATCH] rename platform file sample --- Makefile.platform | 2 -- Makefile.platform.sample | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 Makefile.platform create mode 100644 Makefile.platform.sample diff --git a/Makefile.platform b/Makefile.platform deleted file mode 100644 index 7b76f1af6..000000000 --- a/Makefile.platform +++ /dev/null @@ -1,2 +0,0 @@ -PLATFORM=PM3RDV4 -#PLATFORM_EXTRAS=BTADDON FPC_USART_DEV \ No newline at end of file diff --git a/Makefile.platform.sample b/Makefile.platform.sample new file mode 100644 index 000000000..8ef572461 --- /dev/null +++ b/Makefile.platform.sample @@ -0,0 +1,3 @@ +# If you want to use it, copy this file as Makefile.platform and adjust it to your needs +PLATFORM=PM3RDV4 +#PLATFORM_EXTRAS=BTADDON