diff options
| author | Osamu Aoki <osamu@debian.org> | 2020-04-12 21:19:41 +0900 |
|---|---|---|
| committer | Osamu Aoki <osamu@debian.org> | 2020-04-13 00:28:41 +0900 |
| commit | 9357f7d3ab8d62d05dc35cd9d82941cdc460e28c (patch) | |
| tree | 04cd0200828a7a158cd0426564e7b3d8661518df /examples/BlinkInAVRC | |
| parent | 6f786a96b0acfb0c9b2d2f4e39911d2803088729 (diff) | |
Use $(ARDMK_DIR)
Signed-off-by: Osamu Aoki <osamu@debian.org>
Diffstat (limited to 'examples/BlinkInAVRC')
| -rw-r--r-- | examples/BlinkInAVRC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
