diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-01-14 14:36:24 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-01-14 14:36:24 +0530 |
| commit | ce9c54848f4f1f991f3befe5af4938ab261d08a5 (patch) | |
| tree | 756aee99e92e8be60f849532ca6645ecfd494f9d /examples/BlinkInAVRC | |
| parent | d4e0a383ae6ad13615e1c82a48646886cf175d2f (diff) | |
Remove `arduino-mk` folder from all examples
Fix #154
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 5dd4c5c..dcf21d9 100644 --- a/examples/BlinkInAVRC/Makefile +++ b/examples/BlinkInAVRC/Makefile @@ -12,6 +12,6 @@ ISP_PROG = stk500v1 AVRDUDE_ISP_BAUDRATE = 19200 ISP_PORT = /dev/ttyACM* -include $(ARDMK_DIR)/arduino-mk/Arduino.mk +include $(ARDMK_DIR)/Arduino.mk # !!! Important. You have to use make ispload to upload when using ISP programmer |
