From 58b2d9c70e5c73e51ea3f6f908a771e3ebdfd0f1 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 01:36:58 +0800 Subject: [PATCH] Fixed spelling error in Makefile.STM32FX 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