another line break added

This commit is contained in:
Robin Müller 2020-10-12 21:45:36 +02:00
parent bf94f8332b
commit cf6253216f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ TARGET = ArduinoIO
# The C source files # The C source files
SRC = SRC =
# The C++ source files # The C++ source files
PSRC += main.cpp $(wildcard helper/*.cpp) PSRC += main.cpp
PSRC += $(wildcard helper/*.cpp)
PSRC += arduino_core/ArduinoCore-avr/libraries/SPI/src/SPI.cpp PSRC += arduino_core/ArduinoCore-avr/libraries/SPI/src/SPI.cpp
# extra Arduino libraries # extra Arduino libraries
ARDLIBS = ARDLIBS =