diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2020-09-03 07:25:14 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 07:25:14 +0530 |
| commit | 587beb9d7c6c83cfe398ce5df1beaa530845a19e (patch) | |
| tree | 49bf3166b74a825a401c4795d7cc3d1493e564ba /examples/SerialPrint | |
| parent | e6881e2a43f02e0abf22bf28abc46b3c2e406d84 (diff) | |
| parent | ce088e097de11e48e4ad43e0d7f436ae6717dbbf (diff) | |
Merge pull request #630 from osamuaoki/ARDMK_DIR
Let's make examples platform neutral
Diffstat (limited to 'examples/SerialPrint')
| -rw-r--r-- | examples/SerialPrint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SerialPrint/Makefile b/examples/SerialPrint/Makefile index f9d5cf4..5050232 100644 --- a/examples/SerialPrint/Makefile +++ b/examples/SerialPrint/Makefile @@ -2,4 +2,4 @@ BOARD_TAG = uno -include ../../Arduino.mk +include $(ARDMK_DIR)/Arduino.mk |
