From 01aab1559f10a10b5e835e2dacbc82ff63211b5d Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Mon, 12 Oct 2020 22:32:47 +0200 Subject: [PATCH] readability update --- arduino-base.mk | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/arduino-base.mk b/arduino-base.mk index 387c6cc..86d8288 100644 --- a/arduino-base.mk +++ b/arduino-base.mk @@ -37,11 +37,16 @@ CORE_LIB = $(ARDDIR)/arduino_core.a # # Exemplia gratia: # -# TARGET = foo # the name of your main file, with no extension -# SRC = foo.c bar.c # the C source files -# PSRC = baz.cpp qux.cpp # the C++ source files -# ARDLIBS = SoftwareSerial # extra Arduino libraries -# include /d/dev/avr/Makefile.base # this line includes the Makefile.base +# the name of your main file, with no extension +# TARGET = foo +# the C source files +# SRC = foo.c bar.c +# the C++ source files +# PSRC = baz.cpp qux.cpp +# extra Arduino libraries +# ARDLIBS = SoftwareSerial +# this line includes the Makefile.base +# include /d/dev/avr/Makefile.base # A number of necessary variables are set to defaults below, but you can override them # in your own Makefile: