diff options
| author | John Whittington <git@jbrengineering.co.uk> | 2020-08-10 16:37:32 +0200 |
|---|---|---|
| committer | John Whittington <git@jbrengineering.co.uk> | 2020-08-10 16:37:32 +0200 |
| commit | 2329d19b97a3a3a115b6a414a6235f5d398bae2b (patch) | |
| tree | 78df2b3c6e1fc185f13199add4f784026c58f6b6 /examples/Blink | |
| parent | bf319c49b7f7ff17e073422a3ba06a701e12f590 (diff) | |
remove #630
Diffstat (limited to 'examples/Blink')
| -rw-r--r-- | examples/Blink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Blink/Makefile b/examples/Blink/Makefile index 51a66bc..7cb3881 100644 --- a/examples/Blink/Makefile +++ b/examples/Blink/Makefile @@ -1,7 +1,7 @@ # Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile BOARD_TAG = uno -include $(ARDMK_DIR)/Arduino.mk +include ../../Arduino.mk |
