Skip to content
Snippets Groups Projects
Unverified Commit 14ac80e1 authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

sys/arduino: use RIOTTOOLS variable

Follow up to #9067 and part of #8821
parent 00a974d9
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ SKETCHES = $(wildcard $(APPDIR)/*.sketch)
SRCDIR = $(RIOTBASE)/sys/arduino
# run the Arduino pre-build script
$(shell $(RIOTBASE)/dist/tools/arduino/pre_build.sh $(SRCDIR) $(APPDIR) $(SKETCHES))
$(shell $(RIOTTOOLS)/arduino/pre_build.sh $(SRCDIR) $(APPDIR) $(SKETCHES))
# include the Arduino headers
INCLUDES += -I$(RIOTBASE)/sys/arduino/include
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment