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