From 0f14e21df37743b24bfc0cc2a09a5c703bf559fe Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Thu, 28 May 2020 09:07:25 +0200 Subject: [PATCH] Changed FW name to tinySA --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d54b2a1..926431a 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ endif ############################################################################## ifeq ($(VERSION),) - VERSION="tinySA$(shell git describe --tags)" + VERSION="tinySA_$(shell git describe --tags)" endif ############################################################################## @@ -83,7 +83,7 @@ endif # # Define project name here -PROJECT = ch +PROJECT = tinySA # Imported source files and paths #CHIBIOS = ../ChibiOS-RT