From 1ac489e1b117daca485777ce1c6b4a3f05392796 Mon Sep 17 00:00:00 2001 From: fruchti Date: Sat, 23 Sep 2023 14:08:10 +0200 Subject: [PATCH] Change binary name --- stm32f103t8u6/build_number.txt | 2 +- stm32f103t8u6/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stm32f103t8u6/build_number.txt b/stm32f103t8u6/build_number.txt index 6fa50e7..b4eed3b 100644 --- a/stm32f103t8u6/build_number.txt +++ b/stm32f103t8u6/build_number.txt @@ -1 +1 @@ -353 +358 diff --git a/stm32f103t8u6/makefile b/stm32f103t8u6/makefile index d1866e2..543e931 100644 --- a/stm32f103t8u6/makefile +++ b/stm32f103t8u6/makefile @@ -1,4 +1,4 @@ -PROJECT = plotsolute +PROJECT = hpgl_xy SOURCE_DIRS = src ADDITIONAL_SOURCES = INCLUDE_DIRS = third_party/core third_party/device