From 5edc60fffade6548c549c04cf2453bf824c5ef22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=91=E5=A0=B4=20=E6=A6=9E=E5=BD=A6?= <51935482+Eternal973@users.noreply.github.com> Date: Sat, 22 Mar 2025 02:10:21 +0800 Subject: [PATCH] Fixed spelling error in Makefile.STM32FX (#5) wrong name for output file "dvm-firmware-hs_f4.elf", minor bug, no impact on compilation and use --- Makefile.STM32FX | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.STM32FX b/Makefile.STM32FX index a7f2ef2..32e5801 100644 --- a/Makefile.STM32FX +++ b/Makefile.STM32FX @@ -15,7 +15,7 @@ OBJDIR_F4=obj_f4 BINELF_F1=dvm-firmware-hs_f1.elf BINHEX_F1=dvm-firmware-hs_f1.hex BINBIN_F1=dvm-firmware-hs_f1.bin -BINELF_F4=dvm-firwmare-hs_f4.elf +BINELF_F4=dvm-firmware-hs_f4.elf BINHEX_F4=dvm-firmware-hs_f4.hex BINBIN_F4=dvm-firmware-hs_f4.bin