From 84fc9967459b3c02380ce8f371a1eafe364959ef Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 2 Dec 2021 22:20:20 +0000 Subject: [PATCH] typo; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d812b..0ebb34c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project is a direct fork of the MMDVM_HS (https://github.com/juribeparada/M Please see the various Makefile's included in the project for more information. This project includes a few Makefiles to target different hardware. (All following information assumes familiarity with the standard Linux make system.) -* Makefile.STM32F1 - This makefile is used for targeting a generic STM32F103 with an ADF7021 RF SoC device. +* Makefile.STM32FX - This makefile is used for targeting a generic STM32F103 with an ADF7021 RF SoC device. * For STM32F103 using Ubuntu OS install the standard ARM embedded toolchain (typically arm-gcc-none-eabi). 1. Create a directory under "/opt" called "tools" and change to the directory: