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/TinySoftWareSerial | |
| parent | e6881e2a43f02e0abf22bf28abc46b3c2e406d84 (diff) | |
| parent | ce088e097de11e48e4ad43e0d7f436ae6717dbbf (diff) | |
Merge pull request #630 from osamuaoki/ARDMK_DIR
Let's make examples platform neutral
Diffstat (limited to 'examples/TinySoftWareSerial')
| -rw-r--r-- | examples/TinySoftWareSerial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/TinySoftWareSerial/Makefile b/examples/TinySoftWareSerial/Makefile index ffe3afc..7c60f3a 100644 --- a/examples/TinySoftWareSerial/Makefile +++ b/examples/TinySoftWareSerial/Makefile @@ -17,4 +17,4 @@ F_CPU = 16000000L ARDUINO_LIBS = SoftwareSerial -include /usr/share/arduino/Arduino.mk +include $(ARDMK_DIR)/Arduino.mk |
