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/AnalogInOutSerial | |
| parent | d4e0a383ae6ad13615e1c82a48646886cf175d2f (diff) | |
Remove `arduino-mk` folder from all examples
Fix #154
Diffstat (limited to 'examples/AnalogInOutSerial')
| -rw-r--r-- | examples/AnalogInOutSerial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/AnalogInOutSerial/Makefile b/examples/AnalogInOutSerial/Makefile index c971b12..0e3d886 100644 --- a/examples/AnalogInOutSerial/Makefile +++ b/examples/AnalogInOutSerial/Makefile @@ -2,4 +2,4 @@ BOARD_TAG = uno MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = -include ../../arduino-mk/Arduino.mk
\ No newline at end of file +include ../../Arduino.mk |
