From 9357f7d3ab8d62d05dc35cd9d82941cdc460e28c Mon Sep 17 00:00:00 2001 From: Osamu Aoki Date: Sun, 12 Apr 2020 21:19:41 +0900 Subject: Use $(ARDMK_DIR) Signed-off-by: Osamu Aoki --- examples/BlinkInAVRC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/BlinkInAVRC') diff --git a/examples/BlinkInAVRC/Makefile b/examples/BlinkInAVRC/Makefile index a4cd2e4..04049bb 100644 --- a/examples/BlinkInAVRC/Makefile +++ b/examples/BlinkInAVRC/Makefile @@ -11,6 +11,6 @@ F_CPU = 8000000L ISP_PROG = stk500v1 AVRDUDE_ISP_BAUDRATE = 19200 -include ../../Arduino.mk +include $(ARDMK_DIR)/Arduino.mk # !!! Important. You have to use make ispload to upload when using ISP programmer -- cgit v1.2.3