From ff0c438fe79becb0d2ba194485b51dec0849791f Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Tue, 22 Nov 2016 08:57:08 +0100 Subject: [PATCH] Fixed makefile branding --- software/AVR8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/AVR8/Makefile b/software/AVR8/Makefile index 6c182ac..4db3589 100644 --- a/software/AVR8/Makefile +++ b/software/AVR8/Makefile @@ -28,8 +28,8 @@ all: start $(OBJDIR)/$(AVRMCU)/$(TARGET).hex size @echo ":: Done !" start: - @echo "AS5043 demo version $(VERSION)" - @echo "==============================" + @echo "SSS7 AVR port $(VERSION)" + @echo "========================" @echo ":: Building for $(AVRMCU)" @echo ":: MCU operating frequency is $(F_CPU)Hz"